|
|
|
| The Common Gateway Interface (CGI) is a very common mechanism for communicating between a web browser and a web server. Typically, the steps are:
CGI scripts may be written in a number of different languages, including Java, perl, C, etc. CGI QueriesMany web sites allow you use a CGI query. A CGI query is:
A query string is a set of name/value pairs: name=value with each name/value pair separated from the next with an ampersand (&) character. For example: http://www.google.com/search?q=cgi+query&sourceid=ie7&rls=com.microsoft:en-US&ie=utf8&oe=utf8 which comprises the following sets of name/value pairs:
|
| The page was last updated February 19, 2008 |