View Single Post
Old February 1st, 2005, 09:11 PM   #9 (permalink)
cognaccola
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 127
adding following line to the inc_features.php (must be used ofcourse free included as of PP 4.86 )

$photoquery = "SELECT COUNT(id) FROM {$pp_db_prefix}photos";
$totalphotos = mysql_query($photoquery);

Gave me something like this Photos: Resource id #19
cognaccola is offline   Reply With Quote