Visitors online
Posted: Fri Feb 18, 2005 2:30 am
I need an idea of what direction to go in to count the number of visitors online on my website.
I have a variable $numonline that is the number of registered users online. So I would like to subtract this from the total number of people online.
$totalonline - $numonline = numvisitors
But I don't have an idea of how to code it.
It's probably so simple I'm over looking it.
Any help?
I have a variable $numonline that is the number of registered users online. So I would like to subtract this from the total number of people online.
$totalonline - $numonline = numvisitors
But I don't have an idea of how to code it.
It's probably so simple I'm over looking it.
Any help?