This page will send the form data to a PHP page on the server called formHandler.php. The PHP page will display the 'name = value' pairs for all the elements from this form. This summary will work with almost any form.
Use a "formHanlder.php" value in the action attribute of your form. Use a "post" value for the method attribute.
name - The value of the name attribute from the HTML form element.
value - The value entered in a text field. This will vary depending upon the different types of HTML form element.