I am currently trying to develop a project based on a shopping cart web site. I want the total price of item one on page one and item two on page two along with the same scenario with items three and four to be added together and displayed on the shopping cart.php page. I was told that this could be done through sessions but can anyone help me to devise code to set up this procedure. Thank you in advance for any help.
Well, it is rather difficult as this depends from shopping cart script to shopping cart script. How far did you already programmed? Where are the items stored? In a certain table together with a session ID? ... If possible, PM me everything you've coded already hans