CGI - Common Gatway Interface
Posted by Harisinh | Posted in | Posted on 1:25 PM
0
-
A dynamic document is created by a Web server whenever a browser requests the document. When a request arrives, the Web server runs an application program that creates the dynamic document.
Common Gateway Interface (CGI) is a technology that creates and handles dynamic documents.
CGI is a set of standards that defines how a dynamic document should be written, how the input data should be supplied to the program and how the output result should be used.
CGI is not a new language, but it allows programmers to use any of several languages such as C, C++, Bourne Shell, Korn Shell or Perl.A CGI program in its simplest form is code written in one of the languages supporting the CGI.
This is what all about the CGI for the internet.
Enjoy.....
A dynamic document is created by a Web server whenever a browser requests the document. When a request arrives, the Web server runs an application program that creates the dynamic document.
Common Gateway Interface (CGI) is a technology that creates and handles dynamic documents.
CGI is a set of standards that defines how a dynamic document should be written, how the input data should be supplied to the program and how the output result should be used.
CGI is not a new language, but it allows programmers to use any of several languages such as C, C++, Bourne Shell, Korn Shell or Perl.A CGI program in its simplest form is code written in one of the languages supporting the CGI.
This is what all about the CGI for the internet.
Enjoy.....