Quote:
Originally Posted by Loriel
But php is not exactly cgi? At least not in the commonly used configuration I know.
|
Quote:
(Common Gateway Interface) - A set of rules that describe how a Web Server communicates with another piece of software on the same machine, and how the other piece of software (the “CGI program”) talks to the web server. Any piece of software can be a CGI program if it handles input and output according to the CGI standard.You can often see that a CGI program is being used by seeing “cgi-bin” in a URL. See Also: cgi-bin, Web Go to top
-www.easynet.com/investorinfo/investorinfo_glossary.asp
|
I always took CGI as meaning a program that runs serverside and takes in input and spits out output. I could be wrong though.