Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/juicyhot/public_html/classes/juicy_class.php on line 1111
SELECT h.* ,(case country when 'US' then country else countryname end ) country FROM hotels h , categorytoproperty c WHERE enabled_status=1 and h.original_id = c.HotelID AND c.CategoryID= ORDER BY star_rating desc ,name asc LIMIT 0,5

Fatal error: Unable to execute query:
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 'ORDER BY star_rating desc ,name asc LIMIT 0,5' at line 1 in /home/juicyhot/public_html/classes/juicy_class.php on line 1364