ITM352 Logo
ITM352



HOME
Overview
Schedule
Assignments
Policies
Contact
 

Mini-assignment 4: Creating and Modifying a File


Using PHP, allow any number of products to be added to your online store via a web page (not manually editing the code or a file). At minimum, for each new product you should add  its name, description, image, and price.  

After each product is added display the revised product list to the screen (like in MA3).  The product list should be saved to a file, so that the updated inventory shows up the next time you access the online store.


EXTRA CREDIT: Allow products to be deleted.

EXTRA EXTRA CREDIT: Allow products to be edited.


Grading Criteria:

Comments 10%
Products display correctly
25%
New product added
45%
Display updated correctly
20%


Submission:

Please upload a single .php file or, if you are uploading both php and images, a single zip file.  Make sure that you name it: LastName_FirstName_Mini_Asst4.php (or .zip).

Upload completed assignment to your folder on itm-vm. Also upload your php file to the Mini-Assignment 4 area on Laulima, and indicate there the URL of your assignment on itm-vm.