diner - THE HTTP-server for the BeOS
Contents

[ CGI ]
[ FBQuery ]
[ Info ]
[ Include ]
[ List ]
[ Query ]

[ Up ]

CGI

This module can be used to insert the given CGI parameters from the request into the page. For example if the page would be accessed like

http://www.yourhost.com/BeMall?Test=HelloWorld

the variable "Test" in the template would be replaced by "HelloWorld". The template

.
.
<Block CGI>
The parameter "Test" has the value "<Var Test>".
</Block>
.
.

would therefor result in the page

.
.
The parameter "Test" has the value "HelloWorld".
.
.
Copyright © 1997-99 Stegemann & Co., Inc., all rights reserved.
Created: November 29, 1997. Last modified: October 13, 1999.