S.B.C.C. -> Computer Science -> Courses -> COMSC 111 -> Syllabus
[ Basic HTML (project) | Style Sheets (project) | Image Maps & Formats (project) |
CGI Forms (project) | Frames & Search Engines (project) | VRML (project) | Intro JS (project) ]


Common Gateway Interface (CGI)

This topic is actually concerned with forms. However, forms are just one variation on the concept of the Common Gateway Interface (CGI). Therefore, I think that a little reading on what constitutes CGI is appropriate.


CGI: Common Gateway Interface (http://hoohoo.ncsa.uiuc.edu/cgi/intro.html)
A short introduction as to what CGI actually is. This is a quick read and it give you the flavor of CGI. If you want to go crazy you can read the whole specification.

The Common Gateway Interface: FORMS
<http://hoohoo.ncsa.uiuc.edu/cgi/forms.html>
[OPTIONAL] This is a technical description on how to handle forms input using CGI programs. It also contains pointers to libraries which assist you in handling form input.


Last Updated: March 2, 1998
Author: Dean Nevins <dn@picard.sbcc.cc.ca.us>