Help....I am required to create a shopping cart without using the database to store the data temperory...how am I goin to do it using memory or passing paramemter???
OK you've got several solution :
either you have PHP4 and you can use Sessions, either you use cookies, you can also use GET or POST that you send to every pages, but it's not so easy... We can also help U at info@agoa-fr.net Seb.
Plz provide me the code for this in PHP Version 4 i want the code for the whole shopping cart using the session variables instead of the using the database for storing the data