Hi all,
i find this good simple program (Simple TCP/IP web server) written to linux, and i want it work on Dev-c++ or VC++ please
this is all codes in html format:
HTML output
anyone can convert it to work with win32 please?
all what i need just simple code:
i have php page:
i want simple http get code in C Programming to compile it with (win32) Dev-c++ or VC++Code:<?PHP $name = $_GET['name']; if ($name != "") { print "The variable name is " +.$name.+"!"; } else { print "No variable name!"; } ?>
i searched this forum and google and i didn't find any code that work or compile fine really



2Likes
LinkBack URL
About LinkBacks


