国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 雷州市| 泸州市| 胶州市| 翁牛特旗| 克拉玛依市| 古蔺县| 唐山市| 科技| 孝昌县| 岳普湖县| 木兰县| 漳平市| 班玛县| 塘沽区| 杭锦旗| 乌拉特中旗| 南陵县| 武强县| 那坡县| 吉林省| 聂荣县| 凉山| 博兴县| 卫辉市| 泾阳县| 北海市| 泾川县| 固阳县| 集安市| 道真| 安西县| 大理市| 闽清县| 德惠市| 阳曲县| 梁山县| 宜兰县| 张掖市| 凌源市| 祁门县| 玉树县|