AIM Assignment 6

esse quam videri
Revision as of 17:27, 25 June 2006 by Jeff (talk | contribs)
Jump to: navigation, search

Use some set of data to cteate an HTML form

TODO Define data set

Build a Web Form that collects and submits the following information.

  • Salutation
    • Mr.
    • Ms.
    • Mrs.
    • Dr.
    • Prof.
    • Rev.
  • First Name
  • Last Name
  • Address Line One
  • Address Line Two
  • State
  • Zip
  • Phone
  • Email
  • Confirm Email

Have the HTML Page post the data in the form to a PHP page. The PHP will be provided. The PHP page will display the posted data nad possible send the data via email.