Problem
Create a PHP page that shows at least 3 guitars (google image 'Gibson', 'Fender' and 'Martin'). Each guitar image should have its width set as well as it height to be all the same. Here is a good representation:
Using drag and drop, when the user drags this image over to their cart (See image url below), add the product id (1,2 or 3) to their 'cart' - the cart is your PHP session. Create a structure (like a PHP array) to store all the guitars (if any) the client intends to purchase.
Consider the following pages:
1. index.php - the main page. has the 3 (or more) guitars
2. view_cart.php - the page the client can go visit to see what is in their cart, the cost and subtotals, and ability to remove items from their cart.
3. checkout.php - a page that will 'fake' a checkout (credit card data, home/billing address, etc.
Attachment:- Guitars.rar