上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 62 下一页
摘要: php实现类似淘宝最近浏览商品的功能模型代码<?php//TempNum 显示临时记录数$TempNum=5;//setcookie("RecentlyGoods", "12,31,90,39");//RecentlyGoods 最近商品RecentlyGoods临时变量if (isset($_COOKIE['RecentlyGoods'])){ $RecentlyGoods=$_COOKIE['RecentlyGoods']; $RecentlyGoodsArray=explode(",", $ 阅读全文
posted @ 2012-10-27 15:44 梦话四叶 阅读(543) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 62 下一页