Web Development
wdd_4.txt
Associated article: Working With CGI
Tags: Web Development C/C++
Source code accompanying the column by William Stanek in which he takes a look at how CGI works and how you can pass data to and from CGI scripts.
_Web Database Developer_ by William Robert Stanek Listing One PATH=/bin:/usr/bin:/usr/etc SERVER_SOFTWARE = NCSA/3.0 SERVER_NAME = www.tvpress.com GATEWAY_INTERFACE = CGI/1.1 SERVER_PROTOCOL = HTTP/1.1 SERVER_PORT= 80 REQUEST_METHOD = GET HTTP_ACCEPT = text/plain, text/html, ...


