Start thinking about a database for your individual project for this course
The database for your project should have at least four entities.
Each table should include a number of properties.
Primary keys should be indicated.
It should have at least one one-to-many relationship.
It should have at least one many-to-many relationship.
Your project report must include a statement about each relationships in two ways, such as, "A Congress person may be on many committees"
and "A committee consists of many congress persons."
Your project report must include an ER diagram for your database.
AddSupplier.zip Simple Add a supplier to the Northwind database -- no field validation
Wednesday:
Demo: State Capital Quiz (Uses $_SESSION, session_start(), isset,
json_decode, shuffle, $_SERVER['REQUEST_METHOD'] )
StateCapitalQuiz.phpStateCapitalQuiz.zip (did not finish last time)