Sorry, that didn't change anything.
I'm not anywhere near as good as you on this stuff. I just seem to find more bugs with my setup than anyone else. I figure, if you can fix it to work with my site, then it will work with anyone's site. At least, that's the way it seems most of the time.
Quote:
Originally posted by g-force2k2
Boofo try using this query then? ::
PHP Code:
$totalusers = $DB_site->query_first("
SELECT COUNT(*) AS users
FROM user
WHERE timeonline > 0");
regards... hope that fixes the final issue btw i think you're getting better then me Boofo 
g-force2k2
|