August 5th, 2005, 10:49 AM
|
#4 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
it should there is this query so it should grab the count
$query = "SELECT * FROM {$Globals['dprefix']}users";
$queryv = ppmysql_query($query, $db_link);
$totalusers = mysql_num_rows($queryv);
|
| |