The Best Hotels in
Invalid query: SELECT id_hotel, nombre_hotel, nombre_corto, breve_descripcion_en, nombre_destino, expedia_code
FROM hotel, destino, pais
WHERE activo=1
AND hotel.id_destino = destino.id_destino
AND destino.id_pais = pais.id_pais
AND pais.id_pais=
ORDER BY orden_besthotels_country, numero_besthotel, nombre_hotel 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 orden_besthotels_country, numero_besthotel, nombre_hotel' at line 7