CGI Scripting

CGI runs scripts on server

accepts parameters from client
parameter input via command line or stdin
pipes output to stdout

Sample CGI Input Stream

cgi-bin/<>?<-list>
The parameter list is unspecified - it can be anything the form implementor desires

Previous slide Next slide Back to first slide View graphic version