Hello Guys,
Hope u all are doing great. Canyou suggest me how to write a array in the cookie, for eg,
[php]
$var = array("1","2"," 3");
[/php]
Now I want to set a cookie which should store this array $var. I dont want to use for loop for storing the array value in the cookie
Can anyone help me............
Thanks a lot in advance
Hope u all are doing great. Canyou suggest me how to write a array in the cookie, for eg,
[php]
$var = array("1","2"," 3");
[/php]
Now I want to set a cookie which should store this array $var. I dont want to use for loop for storing the array value in the cookie
Can anyone help me............
Thanks a lot in advance
Comment