RE: [PHP-DB] setcookie

2003-09-05 Thread Hutchins, Richard
Stefan, OK, there may be more to this (and I'm sure others will respond if there is), but here's my best take on your problem. You're using the PHP function setcookie() which sets a cookie in the remote browser, not on the server (check Chapter 19 in the PHP manual for a quick explanation or

Re: [PHP-DB] setcookie

2003-09-05 Thread Parker Morse
On Friday, Sep 5, 2003, at 08:58 US/Eastern, Hutchins, Richard wrote: If you wish to assign multiple values to a single cookie, just add [] to the cookie name. So if you wanted to set one cookie to hold all of your items, you should be able to setcookie(items[], item1), setcookie(items[],