SELECT p.title AS `page_title`, n.title FROM `wh_news` AS n, `wh_page` AS p WHERE p.id = n.page_id AND n.id = AND `visible` = 1 LIMIT 0, 1
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 `visible` = 1 LIMIT 0, 1' at line 1