Spring 2011
PHP/MySQL Project
Project Type: Individual Project
You are required to create some kind of online survey that users can go to and fill out information that will go into a MySQL database. You will also need to make a page that will retrieve the database information on a web page. You will need to follow the following steps:
Putting Information into the Database (index.php)
1). Using phpMyAdmin at your hosting account, create a new table for this project and create the fields necessary to store the data from your fill-in-form. I’d like you to use more than one column type or “data type” (i.e. varchar, int, tinyint).
2). Create the HTML fill-in-form page, storing it as index.php.
* Find this line: <form name=”form1″ method=”post” action=”">