Given by Nancy McCracken at Jackson State University Mississippi on Fall Semester 97. Foils prepared 2 Sept 1997 This is a SINGLE file Containing all Foils in nonIMAGE (i.e. HTML) form This contains all WebWisdom links preceded by those referenced in this foilset This contains an Index of Foilset Suitable for Printing (There is no easy way of Printing
all foils -- just the index) This just contains Title of Foilset and Links
CGI is the Common Gateway Interface and is the scheme to interface other programs and systems to the HTTP Web protocol, using the same data protocols as the HTTP clients and servers.
In this section, we will cover
passing information from the web page to the CGI script
processing information on the server and returning formatted web pages back to the web client
an example using Perl as the scripting language
brief descriptions of other CGI capabilities
References:
Learning Perl, Schwartz & Christiansen, O'Reilly, July 1997.
Webmaster in a Nutshell, Spainhour and Wuercia, O'Reilly, October 1996.
CGI Programming on the World Wide Web, Gundavaram, O'Reilly.
The CGI Book, William Weinman, New Riders Publishing.