WDV101 Intro HTML and CSS

Chapter 9 - Processing Forms


Basic Form Handler - This process will send the form data to a PHP page on the server. The PHP page will display the 'name = value' pairs for all the elements from this form. This summary will work on any number of form elements regardless of their name attribute value.

Use basicFormExample.php in the action attribute of your form.

name - The value of the name attribute from the HTML form element.

value - The value entered in the field. This will vary depending upon the HTML form element.

First Name:

Last Name:

School: