国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > PHP > 正文

PHP 日,周,月點擊排行統(tǒng)計

2024-05-04 23:16:07
字體:
供稿:網(wǎng)友

復制代碼 代碼如下:


$now=time(); //當前時間
$StrUpdate = "Update $tbl_article set hits=hits+1";
if(date("d",$lasthittime)==date("d",$now)){//同一天
$StrUpdate = $StrUpdate.",dayhits = dayhits+1";
}else{
$StrUpdate = $StrUpdate.",dayhits = 0";
}
if(date("W",$lasthittime)==date("W",$now)){//同一周
$StrUpdate = $StrUpdate.",weekhits = weekhits+1";
}else{
$StrUpdate = $StrUpdate.",weekhits = 0";
}
if(date("m",$lasthittime)==date("m",$now)){//同一月
$StrUpdate = $StrUpdate.",monthhits = monthhits+1";
}else{
$StrUpdate = $StrUpdate.",monthhits = 0";
}
$StrUpdate = $StrUpdate.",lasthittime='$now' where"; //更新點擊時間
$fsql->query($StrUpdate);


不知道好不好用啊,先分析一下再說了
不過感覺好像有些問題,如果是天的應該先判斷年月都是一樣的,然后再判斷天。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 苗栗市| 海口市| 同德县| 龙游县| 锦屏县| 正定县| 南川市| 宿州市| 富顺县| 桃园市| 宁安市| 资源县| 宁津县| 布拖县| 凤庆县| 宁乡县| SHOW| 奈曼旗| 沁源县| 建平县| 广西| 策勒县| 葵青区| 新竹县| 高清| 嵩明县| 巨鹿县| 敦煌市| 沙坪坝区| 舟山市| 海南省| 辛集市| 美姑县| 平乡县| 宁化县| 保山市| 德庆县| 鸡泽县| 南漳县| 南华县| 雅安市|