Assignment title: Information
MCIS 5413 - Spring 2017
Homework Assignment 5
Due on 04/07/2017
1. Develop add to cart functionality in your product page. Users should be able
to specify the quantity before adding a product to the cart. Store all the cart
information using PHP cookies. (Note: It is important to note that cookies
must be written before any other page output.)
2. Develop the cart page (cart.php) for your web site using the information in
cookies as the following screenshot.
3. Upload your updated website to free web hosting site.
4. Test your website properly after uploading it to the free web hosting server.5. Export your localhost database (your personal computer MySQL database)
using phpMyAdmin. (When exporting use utf-8 character set without
compression.)
6. Upload the following materials to the BlackBoard Homework 5 folder and
submit it.
• Compressed version of the completed website.
• 000webhost URL.
• Exported MySQL database.
.