Quote:
Today at 02:07 AM mr e said this in Post #7
if you just want the number of registered users i think you can just do
PHP Code:
$numregistered = $DB_site->query_first("SELECT COUNT(*) FROM user WHERE userid=2");
|
Thanx for the reply.
However I'm kinda confused about how to use this.
I mean ... the only thing I have to do is just put this code at that NON-VB page?

aranoid:
Could you elaborate please ?