Archives > CGI Script Installation Tutorial

By Benny Alexander
What is CGI anyway?
CGI, or "Common Gateway Interface", is a specification which allows web users to run programs from their computer. CGI isn't a programming language in itself; rather, it is standard that allows programs or scripts written in other languages to be run over the Internet. CGI programs usually take input passed to it from a form on a web page, process the information, and then formats the results as a HTML document. The result is a web page that is generated dynamically. The common choice for writing and processing CGI is Perl, or "Practical extraction and reporting language". Perl was originally developed to handle multiple text files and format them nicely,But now is used for writing CGI along with HTML.some other technology which can do better than all of these technologies in the future.
Chapters: 1 2 3 4 5 6 7 8 9 10 11
| Related Links on building an Online Community: |
|
|