Warning: mysql_query() [function.mysql-query]: Access denied for user 'harsh123'@'localhost' (using password: NO) in /home/harsh123/public_html/classifieds/cats.inc.php on line 30
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/harsh123/public_html/classifieds/cats.inc.php on line 30
Access denied for user 'harsh123'@'localhost' (using password: NO)SELECT scat.subcatid, scat.catid, COUNT(*) as adcnt
FROM a
INNER JOIN scat ON scat.subcatid = a.subcatid AND ()
INNER JOIN cat ON cat.catid = scat.catid
INNER JOIN ct ON a.cityid = ct.cityid
WHERE scat.enabled = '1'
GROUP BY a.subcatid