Quick Search
CGI - Common Gateway Interface
- 2009-10-31
- Categorized in: C CKInfo Items
(C-G-I)
A method of transferring data from web pages to scripts running on a web server and back again. CGI scripts on the server are most-often written in the Perl language.
The CGI specification defines how to pass arguments to the program as well as various environment variables the program can use (e.g., the browser's IP address). CGI programs can be very flexible. They are usually located in the directory "/cgi-bin" but this is not required. Some Web hosts may also provide standard scripts located in "/cgi-sys".
More Information
These pages may have broken or outdated links on them. If you find one please leave a comment and I'll fix that. If you know of a better link please also leave a comment so it can be added. Thank you.


