CGI
Sometimes we have to work with servers which do not support PHP or other programming languages other then CGI. And we know how much email facility is important for a website! So for this case here is the CGI emailing script which will send a detailed email.
Here is the CGI script for complete website search. It searches all static pages and text in given pages. Great script, it you have static website and just want to add a ready to use thorough search of your website. Author information of this script is in downloadable files.
Following are two CGI scripts ready to use. ‘Current Users online’ and ‘Today’s Hits’ of a website made in CGI. Download and use.
Some basics and essentials of CGI which you must know before writing your first CGI code or your CGI scripts won’t work.
Lets discuss deeply variables in CGI, standards of CGI and strict syntax of CGI scripts.
This is an example of simple CGI variable usage in scripts. The ordinary way and the extraordinary and right way.
The Common Gateway Interface (CGI) is a standard protocol for interfacing external application software with an information server, commonly a web server. Lets write our first simple CGI script.
This is an example of writing multiple lines of text without using print statements in CGI.