close

如何保存在cookie中的數組?

$number_ticket=2;
$info[7][5]=1;
$info[8][5]=1;


存儲Cookie作為JSON

存儲代碼
setcookie('your_cookie_name', json_encode($info), time()+3600);

讀碼
$data = json_decode($_COOKIE['your_cookie_name'], true);

arrow
arrow
    全站熱搜

    stockwfj3 發表在 痞客邦 留言(0) 人氣()