1. Create your product table (Snn_Product) -- Automatic id, displayable id, proddescription, product price.(4 points)
2. Write a php program (prodlist.php) to list your product table (prodlist.php) (5 points)
3. Link to prodlist.php from your index.html page.(1 point)
4. Build a form (getinfo.html) to collect name and address information and have the form call form.php (5 points)
5. Write form.php to dump the information collected in step 4. Put buttons on the form to give the user the option of going to provide more information (getinfo.html) or back to the home page (index.html) (5 points)
6. Link to getinfo.html from index.html. (1 point)