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