Assignment #5
(20 points)

  1. Watch the video Shopping Cart (CC) and continue reading up on PHP.

  2. Create a simple shopping cart using HTML and PHP similar to the one developed in the video and shown below. Save your work as "assignment5a.html", "assignment5b.html", and "shoppingCart.php". You may use the images Flashlight.jpg and yeti-travel-mug.jpg or better yet use your own images.

    Special considerations
    1. Create at least two pages (i.e., assignment5a.html and assignment5b.html) that contain an item with a price and a picture.
    2. The price and the images shown in the HTML files must be passed to the PHP file (i.e., shoppingCart.php) using "POST" when the command button is pressed.
    3. Your shopping cart allows the user to specify a new quantity.

  3. Upload your files to your YOUR-CLASS-WEBSITE. Help.


Grading Rubric
Required Elements Points Possible Does not meet requirements Meets some requirements Meets or exceeds all requirements Your Score
Effectively created a simple shopping cart similar to the one developed in the video that meets the requirements listed above. 20 0 10 20 __/20
Total points __/20