Penguin

Differences between version 3 and previous revision of CGI.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Friday, April 2, 2004 11:24:16 am by AristotlePagaltzis Revert
Older page: version 2 Last edited on Tuesday, August 12, 2003 4:28:50 pm by AristotlePagaltzis Revert
@@ -1,3 +1,3 @@
 [Acronym] for the __C__ommon __G__ateway __I__nterface 
  
-The [CGI] standard specifies the conditions for programs run by a web server in respons to certain queries in order to return a webpage. It specifies things like environment variables such as PATH_INFO, QUERY_STRING, REMOTE_USER, and many more which you can read to find out information about the request. It also specifies where a [CGI] programs STDIN etc should be connected and a few other details of operation. 
+The [CGI] standard specifies the conditions for programs run by a web server in respons to certain queries in order to return a webpage. It specifies things like [EnvironmentVariable]s such as PATH_INFO, QUERY_STRING, REMOTE_USER, and many more which you can read to find out information about the request. It also specifies where a [CGI] programs STDIN etc should be connected and a few other details of operation.