* Thus wrote Jason Barnett:
> Or if you feel lazy... then you can use serialize / unserialize.

I'll be even lazier...

setcookie('foo[bar]', 'is ok');
setcookie('foo[qaz]', 'is better');

// after cookie is set.
$myFoo = $_COOKIE['foo'];

print_r($myFoo);


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to