Does anyone know how to store an array in a cookie, and get the value with php?
It would be nice if i could use Jquery.
I know how to get the value with php, but how do I get the value there in the first place?
Code:if ($_COOKIE['tabs'][0] == true){ echo $_COOKIE['tabs']; }etc;


LinkBack URL
About LinkBacks
Reply With Quote

