|
The Common Gateway Interface
The Common Gateway Interface, or CGI, is a standard for external gateway programs to interface with information servers such as HTTP servers.
The current version is CGI/1.1.
CGI Documentation
If you have no idea what CGI is, you should read this introduction.
Once you have a basic idea of what CGI is and what you can use it for, you should read this primer which will help you get started writing your own gateways.
If you are interested in handling ...
|