發(fā)表日期:2019-09 文章編輯:小燈 瀏覽次數(shù):3061
代碼 放在要顯示的為 (一般放在詳情頁),注意本教程不入庫,直接利用瀏覽器的?cookie 緩存判斷
<!--歷史瀏覽記錄 S--><div class="column_box mt_10"><div class="column_title">歷史瀏覽記錄</div><div class="box_body_new"><?php$MOD_name = "$MOD[moduledir]";if (!empty($_cookie["$MOD_name"]['history'])){$history = explode(',', $_cookie["$MOD_name"]['history']);array_unshift($history, $itemid);$history = array_unique($history);while (count($history) > 8){array_pop($history);}setcookie("$MOD_name".'[history]', implode(',', $history), time() + 86400 * 7,'/'."$MOD_name","$DT_PATH");} else {setcookie("$MOD_name".'[history]', $itemid, time() + 86400 * 7,'/'."$MOD_name","$DT_PATH");} $history =isset ($_cookie["$MOD_name"]['history']) ? $_cookie["$MOD_name"]['history'] : 0;if($del=="del"){setcookie("$MOD_name".'[history]', "", time()-3600);echo header("Location: $linkurl"); };$query = mysql_query("SELECt * FROM $table WHERe itemid in ($history) ORDER BY FIELD(itemid,$history)");while($t = mysql_fetch_array($query)){?><li><a href="{$t[linkurl]}" title="{$t[alt]}" target="_blank">{$t[title]}</a></li> <?php } ?></div></div><!--歷史瀏覽記錄 END-->10
日期:2019-09 瀏覽次數(shù):3200
日期:2019-09 瀏覽次數(shù):3104
日期:2019-09 瀏覽次數(shù):3237
日期:2019-09 瀏覽次數(shù):3510
日期:2019-09 瀏覽次數(shù):3128
日期:2019-09 瀏覽次數(shù):2941
日期:2019-09 瀏覽次數(shù):3060
日期:2019-09 瀏覽次數(shù):2976
日期:2019-09 瀏覽次數(shù):3103
日期:2019-09 瀏覽次數(shù):2983
日期:2019-09 瀏覽次數(shù):3195
日期:2019-09 瀏覽次數(shù):3524
日期:2019-09 瀏覽次數(shù):3084
日期:2019-09 瀏覽次數(shù):2983
日期:2019-09 瀏覽次數(shù):2937
日期:2019-09 瀏覽次數(shù):2962
日期:2019-09 瀏覽次數(shù):3190
日期:2019-09 瀏覽次數(shù):3418
日期:2019-09 瀏覽次數(shù):3323
日期:2019-09 瀏覽次數(shù):3040
日期:2019-09 瀏覽次數(shù):3063
日期:2019-09 瀏覽次數(shù):3252
日期:2019-09 瀏覽次數(shù):2984
日期:2019-09 瀏覽次數(shù):3235
日期:2019-09 瀏覽次數(shù):3118
日期:2019-09 瀏覽次數(shù):3251
日期:2019-09 瀏覽次數(shù):3094
日期:2019-09 瀏覽次數(shù):3063
日期:2019-09 瀏覽次數(shù):3051
日期:2019-09 瀏覽次數(shù):3177
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.