php统计访问量

摘要: 直接复制到本站点下测试即可 代码如下: <?php header('Content-type: text/html; charset=utf-8');$online_log = "count.dat"; //保存人数的文件,$timeout = 30;//30秒内没动作者,认为掉线$entries 阅读全文
posted @ 2017-03-16 09:37 清白 阅读(179) 评论(0) 推荐(0)