View Single Post
Old August 5th, 2005, 10:49 AM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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);
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote