|
|
Constructing Forms Parts of a Form
Processing the Data from Forms CGI (Common Gateway Interface) is used to pass data from the user to the the server through forms. CGI script is a program that communicates with the server in a standard way. Each element on your form has a name and a value associated with it. The name identifies the data that is being sent and the value is the data. When a visitor clicks the submit button, each name-value pair is sent to the server. See an example of how data from a form appears below:
|