| CS 199 | Willamette University | Spring, 2019 |
|
Programming in PHP, Databases with MySQL, and Web Applications |
||
Overview: This laboratory exercise is the last of four labs that provides practice with processing that involves joining tables in a database.
The first lab focused upon processing involving processing that draws data from two tables.
The second lab considered SQL queries that extract data from several tables (e.g., 2 or more)
The third lab was the first of two exercises that combine joining tables within the context of PHP programming.
This final lab in the series provides additional practice with joining tables, PHP programming, and Web applications.
As preparation for this lab, be sure you have read pages 201-207 in the textbook.
Also, each step in this lab draws heavily on exercises in the recent labs on MySQL, JOINs, and PHP. Be sure to review those labs before tackling the work here!
The Lab on Joining Two MySQL Tables presented a table of courses offered in computer science and mathematics at Willamette University in Spring 2019.
The lab on JOINs and PHP expanded upon the first lab on joining tables, considering table groceries (individual items available for sale) and table groceryOrders (which of these items were desired in a customer order.) This problem expands that work.
The entire order information should appear on a nicely-formatted Web page.
|
created 20 February 2019 revised 25 February 2019 |
|