使用cookie记录商品浏览记录。最后一个参数可以传递多个参数值,以特殊字符分割。 例如:$ids=RecentViews($num=5,$day=2,($id.,.$cid.,.$mid)); 无 /*author: limo*update:2013-10-17**浏览历史记录 *param$num int 记录条数 默认10条 提示:cookie存数据
使用cookie记录商品浏览记录。最后一个参数可以传递多个参数值,以特殊字符分割。
例如:$ids = RecentViews($num=5,$day=2,($id.','.$cid.','.$mid));
/*author: limo *update:2013-10-17 * *浏览历史记录 *param $num int 记录条数 默认10条 提示:cookie存数据大小有限制,一般为4K *param $day int 记录保存时间 默认7天 *param $id string 商品id,分类 等等参数值 如cid,id参数值以处‘|’外的其他字符分割 *return datastr string 信息id数据字符串 */ function RecentViews($num=10,$day=7,$id) { $id = isset($id) ? $id : 0; if(isset($_COOKIE['views'])) { //直接替换 if($num==1) { setcookie("views",$id,time()+3600*$day); $datastr = $_COOKIE['views']; } else { $datastr = $_COOKIE['views']; $ids = explode('|',$datastr); //在限定记录数以内 if(count($ids )< $num){ //id是否已经存在 if(!in_array($id,$ids)){ $datastr .= '|'.$id; setcookie("views",$datastr,time()+3600*$day); } } else { if(!in_array($id,$ids)) { $datastr = str_replace($ids[0].'|','',$datastr); $datastr .= '|'.$id; setcookie("views",$datastr,time()+3600*$day); } } } } else { setcookie("views",$id,time()+3600*$day); //php的cookie不会及时生效 直接访问报错 需要刷新一次 @$datastr = $_COOKIE['views']; } return $datastr; }

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
