Posts Tagged ‘Ip Address’

PHP Tutorials: Unique Visitor Counter (Part 1)

Friday, May 21st, 2010


This works in the way that if a user has visited the page before (based on their IP address), their hit will not be counter. If a visitor is new to the page, a hit will be counter and their IP address stored for future checking.