Cookies for shopping cart
Posted: Thu Sep 28, 2006 6:35 pm
Hi,
I have built a shopping cart using php. I am currently using session variables to store session_id() in order to identify the products in a users cart.
How can I use cookies to do the same thing?
Thanks.
I have built a shopping cart using php. I am currently using session variables to store session_id() in order to identify the products in a users cart.
How can I use cookies to do the same thing?
Thanks.