 |
| ::: T4VN Statistics ::: |
PHP Scripts : 35
|
PHP Example : 67
|
PHP Tutorials : 21
|
PHP News : 91
|
Total Coupon : 36
|
Other Tutorials :
|
Member : 167
|
Visitor Online : 2
|
Today Visit: 231
|
Total Visitor : 85371
|
Most Online : 25
|
|
|
 |
Simple Hit Counter
Step 1: creat new file with name counterlog.txt.
Step 2: Creat new file counter.php with information:
| PHP Tutorials : |
|
<?php
$viewss = file("counterlog.txt");
$views = $viewss[0]; $views++;
$fp = fopen("counterlog.txt", "w");
fwrite($fp, $views);
fclose($fp);
?>
|
Step 3: upload 2 file on your host and CHMOD on counterlog.txt 777.
Step 4: And you can includes this code to anyone(you need counter active).
| PHP Tutorials : |
| <?php
include ("counter.php");
?>
|
.
Displays your counter by thi code :
| PHP Tutorials : |
| <?php
print $views;
?>
|
|
|
|

|
 |
| ::: Resources ::: |
|
|
| ::: New Templates ::: |
|
| ::: Other Tutorials ::: |
|
|