Author Topic: Considers quantity of photos  (Read 2572 times)

0 Members and 1 Guest are viewing this topic.

Offline SweD

  • Newbie
  • *
  • Posts: 11
    • View Profile
Considers quantity of photos
« on: June 08, 2012, 12:17:50 PM »
Has made such mod, but he considers quantity of photos in one folder if in a folder is subfolders he doesn't consider them. How to make so, what would consider photos in all subfolders folders?

$sql3 "SELECT *
	
FROM "
.IMAGES_TABLE."


        WHERE `cat_id` = 3;"


$resul3 $site_db->query($sql3);
$ccoouunntt3 mysql_num_rows($resul3);

$site_template->register_vars("ccoouunntt3"$ccoouunntt3);

Offline SweD

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: Considers quantity of photos
« Reply #1 on: July 01, 2012, 10:43:43 PM »
How do it?