Difference between revisions of "Common Gateway Interface"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 18: | Line 18: | ||
* [https://en.wikipedia.org/wiki/Common_Gateway_Interface Common Gateway Interface] @ Wikipedia | * [https://en.wikipedia.org/wiki/Common_Gateway_Interface Common Gateway Interface] @ Wikipedia | ||
+ | |||
+ | [[Category:Computing]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 18:47, 21 April 2016
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