For this project you will first need to login to our database and create a table for you to use for your website. It should be some type of product table. You will need to have at least six columns and 10 products.
A. For this first part you need to login to the database. Remember mysql1.gearhost.com/phpmyadmin is the website and the username and password are both itn180. You will login and create your table. (This needs to be a brand new table - Cannot be one we have used before)
B. Create a page that will display your products with pictures.
C. Add a link to the previous page that will allow the user to select a specific product.
D. Create a control panel that will allow the user to work with the table.
E. From the control panel, the user needs to be able to view, add, delete, and modify the records.
F. At the control panel I also want you to create an area where you can view, add, delete, and modify the records in the customer_tbl.
G. At the control panel I also want you to create an area where you can view, add, delete, and modify the records in the orders_tbl.
Good Luck and Have Fun!!