Forum Moderators: coopster
I want to make a script that would display a list of the pages on my site and display how many people are viewing them.
I thought this would be done with sessions. I mean, incrementing a counter on each page's row is easy. But when the session expires, how would php know that? once i figure that out, erasing the row is easy.