I think I'm having a problem with bots and crawlers inflating my reads count (basically a hit counter on a blog post that goes up +1 each refresh).
Is there any way I can filter out the bots and crawlers? I thinking maybe using $_SERVER['HTTP_USER_AGENT']
to filter with but I'm not sure how to go about this or if it would even work
Or even if anyone has any better ideas...