An error occurred: SELECT ci.city_name, ci.city_url, co.country_url from cities ci inner join countries co on ci.country_id = co.country_id WHERE co.continent_id = and ci.featured = '1' ORDER by ci.priority LIMIT 30 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 ci.featured = '1' ORDER by ci.priority LIMIT 30' at line 1 Fatal error: Call to a member function FetchAsArray() on a non-object in /home/mtravels/public_html/continent.php on line 66