|
| |
 |
CGI - Common Gateway Interface
CGI refers to a specification that allows a web server and a CGI script to communicate and transfer data.
|
|
|
|
This page is © Copyright 2001-2010 helpwithpcs.com
|
CGI programs can provide interactivity for users of a web site. A typical example of a CGI implementation is a contact form, where the data that the user enters into a web form gets transferred to the CGI script and then processed.
Continuing with our example, the transfer of data can be done using the ACTION parameter of a HTML form, the two options are GET and POST, the former sending the data as part of the URL and the latter sending the data via the HTTP headers.
More information about the CGI specification can be found at http://www.w3.org/CGI/.
|
|

© Copyright 2001-2010 helpwithpcs.com
|
|