CSC 465 Ch. 4 Lab 1
1.
Download the zipped file from
Blackboard, unzip it, and upload to webdev. (You may want to create a new folder for the
Guitar Shop application.)
2.
Edit the category_list.php
page, if necessary, to connect to your database.
3.
Create a new page called product_list.php which will retrieve and output the product
id, product name, and list price for all products in the database. The output
should be displayed using an HTML table structure as in the category_list
page.
4.
Create the links to each page
from the other.
5.
Submit your product_list.php file into BB, and also copy and paste the
working URL
** You may need to adjust
the path to the css file from the header file in the
view menu.
** Ignore the index file for
now.
The product list page should
look similar to the one below: