Common Gateway Interface
From Wiki @ Karl Jones dot com
Revision as of 13:30, 8 September 2015 by Karl Jones (Talk | contribs)
Common Gateway Interface (CGI) is a standard environment for web servers to interface with executable programs installed on the server that generate server-side dynamic web pages.
Description
Such programs are known as CGI scripts or simply CGIs
They are usually written in a scripting language, but can be written in any programming language.
See also
External links
- Common Gateway Interface @ Wikipedia