|
Common Gateway Interface, A protocol that
helps to extend the capabilities of otherwise dumb web pages. CGI links a
web page to a small computer program that performs a specific task, such as
processing the contents of a form and sending back a confirmation message. A
cgi program, known as a script, can be written in several languages,
including perl, c++ and Java. |