CGI Email Script

by Hiroshi on 09-04-2008

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 }

CGI Complete Website Search Script

by Hiroshi on 09-04-2008

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 }

CGI Scripts – Users Online And Today’s Hits

by Hiroshi on 09-04-2008

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 }

Basics of CGI

by Hiroshi on 10-10-2007

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 }

Variable, Standard and Strict CGI

by Hiroshi on 10-10-2007

Lets discuss deeply variables in CGI, standards of CGI and strict syntax of CGI scripts.

{ Continue Reading }

Using Variables in CGI

by Hiroshi on 10-10-2007

This is an example of simple CGI variable usage in scripts. The ordinary way and the extraordinary and right way.

{ Continue Reading }

First CGI Script

by Hiroshi on 10-10-2007

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 }

Multiple Line HTML Printing in CGI

by Hiroshi on 10-10-2007

This is an example of writing multiple lines of text without using print statements in CGI.

{ Continue Reading }

Printing Html in CGI

by Hiroshi on 10-10-2007

Examples of printing HTML in CGI scripts.

{ Continue Reading }

HTML Output from CGI script

by Hiroshi on 10-10-2007

Writing HTML in CGI script is pretty easy. Try the following CGI script.

{ Continue Reading }