I'm trying to run a shopping cart with cookies. The problem is that I can't store more than 20 values. I even use multidimensional arrays for the variables but only 20 values can be stored. Why is this happening and how can I get around it?
try joining it into a long string and then explode it on the other end.. that should work
Andreas