Logo  

CS479/579 - Web Programming II

Description

Exercise #10

In this exercise complete the given "gradebook.php" and "update.php" programs, which should implement a JavaScript gradebook that updates to a server based database backend via AJAX.

The newdb.sql file contains the database for use with the gradebook and should be installed in order to populate the tables with data to use your working program against.

Read the comments within the php files for guidance on how to complete the assignment.