Hi all. I am having some problems with this code, any kind of help is greatly appreciated.
It's a shopping cart.
I have one page that is passing products ID through URL to the second page, which then displays the appropriate item from database. The problem is that I want to store multiple products on that second page and display them all. I know this is done with sessions and loop I just can't figure it out. If anybody has any idea I would be very grateful.