文章詳情頁
php簡(jiǎn)單防刷計(jì)數(shù)器
瀏覽:4日期:2023-12-27 16:19:16
<?phprequire_once('config.php');function counter(){ session_start();$sql='select counter from counter';$result=@mysql_query($sql);if(!empty($result)){ $row=mysql_fetch_array($result); $counter=++$row[counter]; if(!$_SESSION['counter']) { $query='update counter set counter=$counter'; $result=@mysql_query($query); if($result) { $_SESSION['counter']=true; } } $counter_len=strlen($counter); for($i=0;$i<$counter_len;$i++) { $number=substr($counter,$i,1); if(isset($number)) { echo '<img src='http://www.aoyou183.cn/bcjs/image/'.$number.'.gif'>'; } }}}?> 我那小網(wǎng)站現(xiàn)在訪問量到達(dá)了 310-301; 。呵呵慶祝一下
標(biāo)簽:
PHP
排行榜
