diner - THE HTTP-server for the BeOS
Contents

[ CGI ]
[ Include ]
[ List ]
[ Query ]

[ Up ]

CGI

This module can be used to insert given CGI parameters into the page. For example if the page application 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 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: April 30, 1999.