photocroatia
12th of June 2004 (Sat), 09:34
Hi All,
What I am after is a count of all the photos that are in public exhibitions, not in the password protected ones.
Does anybody know what column or how to work out if the photo is in a public exhibition.
This works for all photos:
$query = "SELECT * FROM ee_photo";
$result = mysql_query($query);
$rows = mysql_num_rows($result);
Thank you.
What I am after is a count of all the photos that are in public exhibitions, not in the password protected ones.
Does anybody know what column or how to work out if the photo is in a public exhibition.
This works for all photos:
$query = "SELECT * FROM ee_photo";
$result = mysql_query($query);
$rows = mysql_num_rows($result);
Thank you.