CGI is the Common Gateway Interface and is the scheme to interface other programs and systems to the HTTP Web protocol, using the same data protocols as the HTTP clients and servers. |
In this section, we will cover
|
References:
|
001 CGI Programming with Advanced Topics 002 CGI Programming 003 The Flow of Data amongst the Client, Server and CGI Script 004 The Flow of Data amongst the Client, Server and CGI Script 005 Example form for Hello, World! 006 Example CGI program in Perl for Hello, World! 007 Pass Data to a CGI Program through Environment Variables 008 Another way to pass data through environment variables 009 Other Information in environment variables 010 Passing data as Standard Input to the CGI program 011 Perl subprogram to read input from web forms - Part I 012 Perl subprogram - Part II 013 CGI Program Output: the response to the web server 014 Some CGI programming practical tips 015 More practical tips 016 Password Protection on HTML Documents 017 Example protection files 018 Dynamic Web Pages --- Server Push 019 A Server-Push Animation 020 Server-Push Animation, cont. 021 Multiple-Block GIF Files (Animated GIFs) 022 Dynamic Web Pages --- Client Pull 023 Maintaining State with Hidden Fields 024 Hidden Fields in a "Shopping Basket" 025 Finishing the "Shopping Basket" 026 Maintaining State with Netscape Cookies 027 Setting up a cookie 028 Retrieving a cookie 029 Server Side Includes (SSI) 030 Some SSI Commands