Dynamic Webpages with PHP
1. Create a form (html file) that asks for the following:
a. first and last name
b. street address
c. city, state, zip
d. email address
e. password
f. opt-in for receiving "offers" (checkbox)
g. a "submit" button
Hint: The form's "method" should be "post". The form's "action" should be the name of the php file in step #2.
2. Create a php file that "nicely" prints out the information posted to it.