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.
{ Continue Reading }
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.
{ Continue Reading }
Following are two CGI scripts ready to use. 'Current Users online' and 'Today's Hits' of a website made in CGI. Download and use.
{ Continue Reading }
Some basics and essentials of CGI which you must know before writing your first CGI code or your CGI scripts won't work.
{ Continue Reading }
Lets discuss deeply variables in CGI, standards of CGI and strict syntax of CGI scripts.
{ Continue Reading }
This is an example of simple CGI variable usage in scripts. The ordinary way and the extraordinary and right way.
{ Continue Reading }
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.
{ Continue Reading }
This is an example of writing multiple lines of text without using print statements in CGI.
{ Continue Reading }
Examples of printing HTML in CGI scripts.
{ Continue Reading }
Writing HTML in CGI script is pretty easy. Try the following CGI script.
{ Continue Reading }