Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/vhosts/discount-hotel-booking.com/httpdocs/includes/find.php on line 57
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/vhosts/discount-hotel-booking.com/httpdocs/includes/find.php on line 58
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/vhosts/discount-hotel-booking.com/httpdocs/includes/find.php on line 64
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/vhosts/discount-hotel-booking.com/httpdocs/includes/find.php on line 72
Query failed: SELECT DISTINCT `AA Rating`,`RAC Rating`,TouristBoardRating,EstablishmentName,`Rooms From`,`Hotel Id`,Latitude,Longitude,`Address1`,`Geo Town`,`Geo County`, `Geo Country`,`DescriptionEn` AS Description ,`LongDescriptionEn` AS LongDescription,`Visa`,`Switch`,`American Express`,`Diners Card`, `HomeHyperlink`,IF(hotel.`Hotel Id`>1000000,(`Rooms From`*1.3),`Rooms From`) AS adjusted, `External Image URL`
FROM hotel
WHERE (`Geo Region` LIKE 'Northern Ireland' OR `Geo Country` LIKE 'Northern Ireland') AND (((latitude-54.5957<0.12 && latitude-54.5957>-0.12) && (longitude+5.9355<0.12 && longitude+5.9355>-0.12)) || `Geo Town` = 'Belfast') AND (`DescriptionEn` != "" || `LongDescriptionEn` != "")
ORDER BY 'adjusted'
LIMIT 0,15