Documention for: cgidump.r
Created by: btiffin
on: 28-Apr-2007
Last updated by: btiffin on: 28-Apr-2007
Format: html
Downloaded on: 29-Mar-2024

Usage document for easy CGI examples.

1. Introduction to easy CGI
2. Link to Common Document
3. Credits

1. Introduction to easy CGI

There is a full suite of scripts that demonstrate how easy it is to code Common Gateway Interface applications in REBOL. Complete Example Configuration Document 

%cgiform.r A simple form handler example.
%cgiformobj.r A simple form handler that includes default values.
%cgiformhtml.r A support script that creates the HTML file for simple form handling
%cgiemailer.r REBOL CGI email
%cgiemailhtml.r The support script that creates the HTML for the emailer
%cgimail.r A very simple web emailer, example
%cgicomment.r A nice simple sequence to allow comments on a web page.
%webcomment.r Creates %article.html for use with %cgicomment.r
%cgidump.r Echo back cgi parameters. Useful for debugging

A common document exists to help explain the configuration.

2. Link to Common Document

Complete Example Configuration Document 

3. Credits