Hi!
(I'm using php3 on an apache-server)
I'm doing lika a shoppingcart where the user can put items.
By some reason, when I use setcookie, I can only save between 14-17 posts.
Example:
setcookie("items", item1);
setcookie("items", item2);
...
setcookie("items", item17);
After this it will not save any more items.
It seems to get full..?
NE1 had experience with this?
Or if you have a different and better way to store many
items on the server for a user they are most welcome!
Thanx!
//Stefan
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php