I have a PHP hit counter script that uses a flat file for a hit count, the problem is that if a user hit refresh the hit count goes up!
Is there a way to make this block of code execute one time only in some sort of IF stament?
I found include_once() but that was no help.