<?
$hits = file($hitsfile);
$hits = $hits[0] + 1;
$fp = fopen($hitsfile, "w");
fwrite($fp, $hits);
echo $hits;
?>
<?
$hits = file($hitsfile);
$hits = $hits[0] + 1;
$fp = fopen($hitsfile, "w");
fwrite($fp, $hits);
echo $hits;
?>
Yep :P
I found this off google :P
A bit more information would be better?
What do we do with that... I don't code PHP.
<div class='quotetop'>QUOTE (Daryl @ May 7 2009, 03:51 AM) <{POST_SNAPBACK}></div>this code you can put it at page and know how many people visited this pageA bit more information would be better?
What do we do with that... I don't code PHP.[/b]
Bookmarks