Tagged Questions
9
votes
5answers
855 views
accurate page view count
What is a good approach to keeping accurate counts of how many times a page has been viewed
I'm using Django. Specifically, I don't want refreshing the page to up the count.
0
votes
1answer
86 views
When PHP Counter reaches x visitor limit, redirect to new page
I am very new to this, It s for a project for school. (I don t know php, only playing with flash for design)
I am using a php code loaded in my flash webpage to count the number of visitors. What do ...