View Single Post
Old January 10th, 2005, 04:40 PM   #8 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
Well for one why does your path have no slashes?

that line in that file is this

function get_totalusers() {
global $Globals, $db_link;

$query = "SELECT data FROM {$Globals['dprefix']}datastore WHERE title = 'userstats'";
$queryv = ppmysql_query($query, $db_link);
$results = mysql_fetch_array($queryv);
$userstats = unserialize($results['data']);

return( $userstats['numbermembers'] );
}

Is that query valid?
__________________
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