JoeAtRevolutionUnltd
Programmer
I'm trying to track page views.
I am storing the ip, date_viewed, and total_views. I want to check the ip and if it is the same as the last stored, check that the last visit was more than an hour ago, and if so then update the total page views.
Can anyone point me in the right direction?
I am storing the ip, date_viewed, and total_views. I want to check the ip and if it is the same as the last stored, check that the last visit was more than an hour ago, and if so then update the total page views.
Can anyone point me in the right direction?