Assignment 4


CIS451/551, Fall 2007
due Wednesday, November 7

In this assignment you are to write a PHP program which will perform a simple query on the stores7 database. This program will be invoked by an html form. The form will take as input the name of a customer and return the manufacturer name, stock number, and description of everything ordered by that customer. This will require a join of the manufact, stock, items, orders and customer tables.

In addition, this should connect with your own instance of MySQL, running on ix.

You can see two examples on the class links page.

To turn in this assignment, print out a hardcopy of your source code. Include the URL of the page you have constructed. Alternatively, you may email to the instructor the URL, from which you include a link to a copy of your source.