摘要:
/* 记录浏览历史 */if (!empty($_COOKIE['history'])){ if(stripos($_COOKIE['history'].',',$goods_id.',')===false){ $history = explode(',', $_COOKIE['history']); array_unshift($history, $goods_id); //入栈 while (count($history) > 5) //大于容器容量 { array_... 阅读全文
posted @ 2013-11-10 17:52
jshaibozhong
阅读(322)
评论(0)
推荐(0)
浙公网安备 33010602011771号