Posted by Dennis de Wit on 07/25/06 11:09
Erik Kullberg wrote:
> I would like a visitcounter in a web site of mine to disregard my own
> visits. How can I make the script to recognize me?
>
> /Erik Kullberg
>
>
You can check for your own ip address ($_SERVER['REMOTE_ADDR']) and
exclude this in your results.
You can also make an extra button hidden somewhere on your site to flush
the results generated by your current visit. This will help when you
visit the website from different computers.
Dennis
Navigation:
[Reply to this message]
|