CSCI 5333.4 DBMS
Homework #6
Due date: 11/7 at the beginning of the class.
(1) Based on the database created in Homework #5, write PHP MySQL Web application to display educational statistics for a selected country. When a country is selected, all educational statistics is displayed in a table. Since this is not a Web development course, the emphasize is on the PHP to MySQL database access component.
Your initial page should be named h6.php and the minimum requirement is to list of countries for selection.
The output page should be named h6out.php:
Note the output format should be one year per column, and cannot be one year per row.
Bonus (up to 100%):
Provide enhancements over the minimum requirements. Document them well.
Turn in:
Your URL for the TA to test must be http://dcm.uhcl.edu/your_account/h6.php