quote:
Originally posted by WDZ
How do I know if you're online or offline? What if you close your browser and go chat on MSN or something, and someone replies 2 minutes later?
$tcheck = time()-600;
$query = $db->query("SELECT * FROM users WHERE lastactive <='$tcheck'");
Of course it needs a bit of modification to fit in to the other query...but ryou can do that.
But then that brings up another problem, like WDZ said.. You wont receive a notification if you close your browser. You will only receive that notification 6 minutes after you last visited and there may be more posts inbetween that time.