Lab 7: PHP & MySQL
Create Pages as necessary
In Home page display all product. (There will be a "add to cart" button in each product)
There will be secondary navigation for each category, after clicking a category it will go to a new page and only shows that category product.
Create a category page. (Where admin can create a new category)
Create a Product page. (Product Name, Price, Select Category)
Cart Page (Product added to cart will be displayed including the invoice.) There will be a remove from cart button to remove a product from the cart.
Only Admin can Create Categories and Products.
Only Users can add Products to the Cart.
Last updated