Difference between revisions of "What is a CGI Service"
Jump to navigation
Jump to search
(Created page with '== What is a CGI Service == CGI stands for Common Gateway Interface. CGI provides a method to interface a computer program with an HTML page. CGI programs can be written to do m…') |
(No difference)
|
Revision as of 12:08, 20 February 2012
What is a CGI Service
CGI stands for Common Gateway Interface. CGI provides a method to interface a computer program with an HTML page. CGI programs can be written to do many different things, which includes: counting visitors to your web site; processing data obtained from online forms; and creating simple animations.