[Overview][Constants][Classes][Index] |
Easy CGI unit
uses |
ezcgi, written by Michael Hess, provides a single class which offers simple access to the CGI environment which a CGI program operates under. It supports both GET and POST methods. It's intended for simple CGI programs which do not need full-blown CGI support. File uploads are not supported by this component.
To use the unit, a descendent of the TEZCGI class should be created and the DoPost or DoGet methods should be overidden.