Setting up CGI Programs in Your Personal Web Page

What is CGI ?

CGI stands for "Common Gateway Interface". It is a specification that allows an HTTP server such as the Netscape's Communications Server to run programs for generating "dynamic web pages" instead of "static web pages". CGI programs can turn your web page into an interactive one with its ability to process a user's input through forms. CGI programs are written either in the Perl or C programming languages. For an introduction to CGI, you can refer to the URL: http://www.hku.hk/local/cc/course/cgi/cgi.html

Procedure to setup CGI programs in your Personal Web Page