Internet Applications
Table of Contents
Index
Chapter 3: Server-side Programming
3.1 Overview
3.2 Resource Contentions
3.3 Programming Restrictions
3.4 Input to a Server-Side Program
3.4.1 Syntax
3.4.2 Example
3.5 Output from a Server-side Program
3.5.1 Using EHTML
3.5.1.1 Substitution Markers
3.5.1.2 EHTML Preprocessor Directives
3.5.2 Using DISPLAY
3.6 CGI Environment Variables
3.7 Maintaining Application State
3.7.1 Hidden Fields
3.7.2 Cookies
3.7.2.1 Sending a Cookie Using EHTML or DISPLAY
3.7.2.2 Receiving a Cookie
3.7.3 Using the Server-side State Mechanism
3.7.4 Removing Client State Records