开发者

How can I get request information when run as cgi in apache?

开发者 https://www.devze.com 2023-03-09 04:36 出处:网络
Never used cgi before, always being a PHP guy,in which I can simply get the request information as easy as $_REQUEST.

Never used cgi before, always being a PHP guy,in which I can simply get the request information as easy as $_REQUEST.

开发者_如何学Go

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消