Disclaimer This site is my final project for ITDEV 161 - Advanced Web Development taken at MATC The site implements a Javascript shopping cart integrated through PHP to a MySQL database.

None of the items on this site are actually for sale and no orders will actually be completed, though I will receive an email for each order placed.
Welcome
Welcome to my online dragon shopping cart site built as my final project for ITDEV 161 - Advanced Web Development taken at MATC. The site uses a Javascript shopping cart modified from the one presented in Practical Web Technologies by P.K. Yuen and V. Lau. This cart displays arrays of items onto the order form and stores your current cart as a set of cookies. The cart interacts with a MySQL database through PHP for further functionality. The Javascript arrays are actually populated through a PHP function which reads from the database, and all orders placed on this site are logged into database into a transaction table and a line item table. Additionally, this site requires user log in to place an order. User information is also stored in the database and accessed through PHP functions. This is my first ever PHP/MySQL site, so please feel free to let me know of any improvements you might see!

Shop away!!!