The Common Gateway Interface (CGI) is a standard for interfacing external applications with information servers, such as HTTP or Web servers. A plain HTML document that the Web daemon retrieves is static, which means it exists in a constant state: a text file that doesn't change. A CGI program, on the other hand, is executed in real-time, so that it can output dynamic information.
For example, let's say that you wanted to "hook up" your Unix database to the World Wide Web, to allow people from all over the world to query it. Basically, you need to create a CGI program that the Web daemon will execute to transmit information to the database engine, and receive the results back again and display them to the client. This is an example of a gateway, and this is where CGI, currently version 1.1, got its origins.
The database example is a simple idea, but most of the time rather difficult to implement. There really is no limit as to what you can hook up to the Web. The only thing you need to remember is that whatever your CGI program does, it should not take too long to process. Otherwise, the user will just be staring at their browser waiting for something to happen.
More information
More information
Subcategories 4
Related categories 1
Sites 8
A UNIX gateway program that allows general users to use CGI scripts and HTML forms without compromising the security of the HTTP server.
A place to find basic to professional CGI scripts that can help you create an interactive website quickly and easily.
Select from a wide assortment of free cgi scripts that add interactivity to Web sites.
Authors of the Links script that lets you build your own Web directory - they also have a few other very handy scripts.[Free and Commercial]
Sells CGI scripts for e-commerce and website interactivity. Provides installation for a fee.
Free perl and php scripts for your homepage. Counter, guestbook, poll, download systems, and link indexing.
XMLNoteTree is a FREE tree of notes editor.
Tools for communication, site content and promotion, forms, administration, e-zines, and mailing lists. Free resources including informative articles, tips, and CGI utilities.
A place to find basic to professional CGI scripts that can help you create an interactive website quickly and easily.
Free perl and php scripts for your homepage. Counter, guestbook, poll, download systems, and link indexing.
Authors of the Links script that lets you build your own Web directory - they also have a few other very handy scripts.[Free and Commercial]
A UNIX gateway program that allows general users to use CGI scripts and HTML forms without compromising the security of the HTTP server.
XMLNoteTree is a FREE tree of notes editor.
Sells CGI scripts for e-commerce and website interactivity. Provides installation for a fee.
Tools for communication, site content and promotion, forms, administration, e-zines, and mailing lists. Free resources including informative articles, tips, and CGI utilities.
Select from a wide assortment of free cgi scripts that add interactivity to Web sites.
Other languages 1
