Assignment 4


CS451/551, Spring 2024
due Monday, May 13

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 manufacturer (Anza, Hero, etc.). The PHP in response should construct SQL to look at each of that manufacturer's orders and determine which customers have ordered something from them (and what they ordered). Output should include

This will require a join of the customer, orders, items, stock, and manufact tables.

Here is a fairly simple example In addition

Extras

To turn in this assignment, include the URL as a comment in canvas.


Quick primer on getting html and php files on ix