>How can I stoor array in to a cookie ?
>
>Do I just define an array and stoore it in a cookie ?

Yes.


>How do I access the data in the array then ?

$_COOKIE['array element'];




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

Reply via email to