[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

could we use c replace perl in cgi program?



Dear advanced webprogramers or linuxer:

  Could we using c replace perl in cgi programming?

I tried a simple c program(although it not compile write)
to parse the name and value it inherate from visitor hit the submit form

------------------------------------------------

#include <stdio.h>

int main()
{
         extern char name[][];
         extern char value[][];


         printf("Content-type: text/html\n\n");
         printf("<html><body>\n");
         printf("the price fo ", name[1], " equal ", value[1], "\n");
         printf("</body></html>");
}

--------------------------------------------------------------
like to see any of you 's opinion
--
Sincere Eric
www.linuxspice.com
linux pc for sale



Reply to: