Hello, I have a simple hit counter on the bottom of my index.php file in PHProxy, it simply increments the value in a text file. But for some reason it adds more than one number sometimes. To test it, I had it insert the url into the file, and on some sites it would enter: site.com site.com/style.css or sometimes just: site.com How can I only get it to write once on each load? (so it would only read site.com, not site.com and site.com/style.css)