Sample
|
Description
|
hello
|
This example demonstrates just how easy it is to use
Server Side iScript.
|
args
|
This example displays any arguments passed to it.
|
headers
|
This example displays all request headers, including any
created by the Web Server.
|
redirect
|
This examples uses browser redirection to redirect to
hello.ctf.
|
include
|
This examples uses server side file include.
|
make
|
This examples uses server side file make.
|
raw
|
This example demonstrates the use of raw i/o to change the
content type.
|
log
|
This example appends a message to the ss.log file.
|
cookiecounter
|
This example uses cookies and buffered i/o to read, update
and display a client side cookie.
|
listemployees
|
This example displays all employee names in the
employee table.
|
simpleform
|
This example prompts the user for their name and displays a
generated page with that name.
|
dumpform
|
This example displays a form and dumps all arguments,
request headers, cookies and submitted from values.
|
pagecounter
|
This example displays the number of times this page was hit.
It does this by storing the count in a server side file.
|