CGI Programming

Previous Next

CGI Program Basics

Programs called by CGI can be looked at in three pieces:

Input
From the CGI depending on the chosen method (GET or POST)
Processing
Your called application has no limits. It can make further program calls, access DB2/400 data, send a fax...all is possible
Program generated output
Most likely in the form of an HTML document or to redirect the web client

Previous Next

Agenda

CGP020