Log in

View Full Version : showing number of members on non VB page


TheAlchemist
05-14-2007, 04:54 PM
Hello everybody,

how would I show total number of registered members on a non VB page? I already have an include('global.php') setup which I use to get other details, I just can't seem to find the correct variable to get that figure.

thanks!!!!

Dismounted
05-15-2007, 07:07 AM
You could just count the number of rows in the user table.

TheAlchemist
05-16-2007, 03:20 PM
yes that's an option...but I wanted to know if there was some sort of built in solution....thanks

Emma
05-23-2007, 10:46 PM
I was wondering about this too. I need to include this information on my main page which isn't a vb page

Dismounted
05-24-2007, 05:52 AM
Again, count the number of rows in the user table.