改进的IP计数器

```计数器``` "; echo "你是第" .$num."访问者 ```
``` "; echo "今天你第".$click."次点击 ```
``` "; echo "今天总点击".$total."次 ```
``` "; /* 表: addcount CREATE TABLE addcount ( id int(6) DEFAULT '0' NOT NULL auto_increment, ip char(20) NOT NULL, day int(2) NOT NULL, click_count int(3) NOT NULL, PRIMARY KEY (id) ); */ ?>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus