Re: what is CGI?
The Common Gateway Interface (CGI) is a standard that defines how web server software can delegate the generation of web pages to a stand-alone application or an executable file. Such applications, known as CGI scripts, can be written in any programming language, although scripting languages are often used.
|