在导航网站(轻刻导航)用到了:到访人数统计代码(很多人问 就发出来吧)
这个也是在网上找到,具体那里也忘记了
代码:
<?php @session_start(); $counter = intval(file_get_contents(\"counter.dat\")); if(!$_SESSION[\'#\']) { $_SESSION[\'#\'] = true; $counter++; $fp = fopen(\"counter.dat\",\"w\"); fwrite($fp, $counter); fclose($fp); } ?> <p align=\"center\">您是到访的第<?php echo \"$counter\";?>位用户<p>
感谢您的来访,获取更多精彩文章请收藏本站。
© 版权声明
THE END
暂无评论内容