A report on Common Gateway Interface and Form (HTML)
A typical use case occurs when a web user submits a web form on a web page that uses CGI.
- Common Gateway InterfacePerl scripts are traditionally used as Common Gateway Interface applications (CGIs).
- Form (HTML)3 related topics with Alpha
Web server
1 linksComputer software and underlying hardware that accepts requests via HTTP or its secure variant HTTPS.
Computer software and underlying hardware that accepts requests via HTTP or its secure variant HTTPS.
At the beginning of 1994, the most notable among new web servers was NCSA httpd which ran on a variety of Unix-based OSs and could serve dynamically generated content by implementing the HTTP method and the CGI to communicate with external programs.
These capabilities, along with the multimedia features of NCSA's Mosaic browser (also able to manage HTML FORMs in order to send data to web server) highlighted the potential of web technology for publishing and distributed computing applications.
PHP
1 linksGeneral-purpose scripting language geared toward web development.
General-purpose scripting language geared toward web development.
PHP code is usually processed on a web server by a PHP interpreter implemented as a module, a daemon or as a Common Gateway Interface (CGI) executable.
He extended them to work with web forms and to communicate with databases, and called this implementation "Personal Home Page/Forms Interpreter" or PHP/FI.
Percent-encoding
0 linksMethod to encode arbitrary data in a Uniform Resource Identifier using only the limited US-ASCII characters legal within a URI.
Method to encode arbitrary data in a Uniform Resource Identifier using only the limited US-ASCII characters legal within a URI.
As such, it is also used in the preparation of data of the media type, as is often used in the submission of HTML form data in HTTP requests.
In addition, the CGI specification contains rules for how web servers decode data of this type and make it available to applications.