Writing Get Scripts

Here are detailed instructions for writing GET scripts for NCSA httpd. Most of these principles apply to POST scripts.


Instructions

Read each of the following:


All of these examples come with the distribution of NCSA httpd, in the htbin directory.

For an example of using GET scripts to serve and respond to HTML <ISINDEX> documents, see the source for calendar.

For an example of using GET scripts to serve and respond to HTML form, see the source for the Jimmy John's form. For a simpler example, see the source for the query program.


Writing POST scripts

Return to script overview

httpd@ncsa.uiuc.edu