next up previous contents index
Next: Web servers Up: CGI scripts Previous: Form tags   Contents   Index

Form processing

HTML pages can be viewed locally within a browser. However, if you want to process a form (as specified through the action attribute of the form tag), you must be running a web server. The reason for this is that the web server contains the necessary instructions for running a program that does the form processing.

Subsections