How can I get request information when run as cgi in apache?
Never used cgi before, always being a PHP guy,in which I can simply get the request information as easy as $_REQUEST
.
How can I supposed to get it in c?
The CGI standard
http://docstore.mik.ua/orelly/linux/cgi/ch03_01.htm
One of many CGI libraries in C
http://cgi-c.sourceforge.net/
精彩评论