Categories
Tags → How To Cgi

Web Server Programming with mod_perl

The excerpt from Perl in a Nutshell (O''Reilly && Associates), provides an overview of mod_perl including how to install it on your machine, how to improve CGI performance using mod_perl, as well as a listing of the most commonly used mo...
DETAILS

Running CGI Scripts with mod_perl

This tutorial explains how to use the Apache::Registry Perl module to improve the performance of your CGI scripts, as well as how to implement SSIs and &<Perl&> sections with mod_perl.
DETAILS

Dynamic Web Pages with PHP3

PHP is a freely available, HTML-embedded scripting language that lets you embed special tags to create your script right in an HTML file. PHP can be integrated into the Web server itself, eliminating the need to start up a separate CGI program to gen...
DETAILS

So, You Want Your Own Counter CGI, Huh?

This is a comprehensive tutorial on how to create your own image counter CGI on your Web page. Main topics include: Make the CGI Directory, Make A Directory for the Counter''s Files, Altering the Script For Your Server, Find the Absolute Path, T...
DETAILS

So You Want A Poll, Huh?

This tutorial walks you through step-by-step how to create a simple poll CGI script on your Web site. It provides detailed instructions on how to install it on your server and how to configure the script. Full source code and necessary graphics are a...
DETAILS

PHP Snurk

When you run a database-driven website, it makes sense to generate pages on the fly. PHP, MySQL, and Apache let you do just that. But they don''t make it pretty. How many times have you had to create a URL that looks like this: http://schmoop.co...
DETAILS

CGI : Internet Programming With C++ and C

Shows how to program the cgi-bin with C++ and C for more powerful connectivity to the Internet. This book provides methods to link the power of compiled languages into Internet interfaces. CGI programs are the only way to obtain advanced server side ...
DETAILS

Cgi Programming in C && Perl

Nicely balanced treatment of CGI programming in both C, which has distinct performance advantages, and Perl, currently the most popular language for CGI. An essential technical programming reference for Web sites. In concise, clear language, this boo...
DETAILS

Form CGI

This tutorial alogn with a CGI script illustrates how to accept and parse (turns it into something readable and usable) the form data. This case study piece is heavily commented due to the ambiguous nature of the perl code.
DETAILS

The CGI for Server-side Processing

The tutorial covers the definition and how to start creating CGI programs in Perl. Many key CGI elements are explained with solid examples. Topics include: Forms, Environment Variables, Imagemaps, Tracking the User and more.
DETAILS

Page:
©2019 A--9.com