Assignment #8 Final Project

0) Shopping Cart module is cancelled.
The filenames that are related to the shopping cart are deleted, but their names are recorded in the excel file.

Updated: (To avoid SQL injection attack)
1) adminVal.php --> is updated to avoid "SQL injection attack."

Upload image feature added.
2) item.php (Updated) --> Added a link for "uploading image is added." User must log in as an administrator in order to upload a new image.

3)UploadForm.php --> Accepts ID number of image via get, passes file and ID to uploadImage.php To let user to pick up the image file to upload.

4) UploadImage.php--> To execute the uploading actions. This file is not visible to user. Retrieves image info from uploadForm.php, uploads image over old version of file

Paging Feature is added.
5) Template class: class.recnav.php, class.recnav2.php. are as parent class to extend child classes: RecNav#.php

6)RecNav1.php, RecNav2.php --> extend from class.recnav.php.

7)RecNav3.php --> Extends: class.recnav2.php. RecNav3 uses an updated version of the class, "class.recnav2.php", which allows the developer to pass a category from page to page.