Servertec iScript Samples
M E N U

Content
Introduction
Release Notes
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Referance Manual
Samples
hello
args
env
redirect
include
make
raw
log
cookiecounter
listemployees
simpleform
dumpform
pagecounter
Legal
Feedback

 


hello This example demonstrates just how easy it is to use Server Side iScript.
args This example displays any arguments passed to it.
env This example displays all environmental variables, 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, environmental variables, 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.
top of page
Built with iScript Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Wed Apr 15 00:20:11 EDT 1998