Lysi gia to CGI se C

skekes skekes at internet.gr
Sun Jun 18 20:39:23 EEST 2000


  Telika mou doulepse vazontas ta eksis.
Content type:text/html
 Kai paratheto ena "hello world" CGI pou se emena douleyei mia xaroula.
 -----------------------------------------------
#include <stdio.h>

int main( int argc, char **argv )
{
        printf( "Content-type:text/html\n\n" );
        printf( "<HTML>\n" );
        printf( "<TITLE> Test CGI by using C++ language </TITLE>\n" );
        printf( "<BODY>\n" );
        printf( "Hello world \n" );
        printf( "</BODY>\n" );
        return 0;
}
----------------------------------------


--
linux-greek-users mailing list -- http://lists.hellug.gr




More information about the Linux-greek-users mailing list