Hey guys thanks for the reply
ive tried a different method..
i forgot to include the fact that im doing my project in dreamweaver using PHP.
Ive tried using server behaviours which is easier, BUT i have one problem..
In Products.php page, when the user clicks on the add to cart button, the products are added to the shopping cart. This works fine, but how can i display what the user has selected on another page which is the Cart.php?
Example in Products.php
Title | Author |
Twilight Stephenie Meyer Add to Cart
Cart.php
should display the above information when i add to cart.
Note that when i click on add to cart, it is saved to the shopping cart table.
Thanks!