コードをコピー コードは次のとおりです:
$now=time() //現在時刻
$StrUpdate = " $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",$lastittime)== date(" W",$now)){//同じ週
$StrUpdate = $StrUpdate.",weekhits = Weekhits 1";
}else{
$StrUpdate = $StrUpdate."; = 0" ;
}
if(date("m",$lastittime)==date("m",$now)){//同じ月
$StrUpdate = $StrUpdate.", monthhits = monthhits 1";
}else{
$StrUpdate = $StrUpdate.",monthhits = 0";
}
$StrUpdate = $StrUpdate.",lastthittime='$now' ここでid=' $id'"; //クリック時間を更新
$fsql->query($StrUpdate);