Fatal error: Not open query. Statement error:
SELECT * , count(loads) AS count
FROM tbl_category
WHERE parent_category_id =
AND name <> 'Society and Culture'
GROUP BY category_id
ORDER BY count DESC
LIMIT 10
Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND name <> 'Society and Culture'
GROUP BY category_id
ORDER BY count ' at line 4 in /usr/local/www/apache22/data/libs/xx/class.xxDatabase.php on line 104