Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/vhosts/discount-hotel-booking.com/httpdocs/includes/county.php on line 33

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/vhosts/discount-hotel-booking.com/httpdocs/includes/county.php on line 34
SELECT DISTINCT `AA Rating`,`RAC Rating`,TouristBoardRating,EstablishmentName,`Rooms From`,`Hotel Id`,Latitude,Longitude,`Address1`,`Geo Town`,`Geo County`,`DescriptionEn` AS Description ,`LongDescriptionEn` AS LongDescription,`Visa`,`Switch`,`American Express`,`Diners Card`,IF(hotel.`Hotel Id`>1000000,(`Rooms From`*1.3),`Rooms From`) AS adjusted, `External Image URL` FROM `hotel` WHERE (`Geo County` = 'New Forest') AND `DescriptionEn` != "" ORDER BY 'adjusted' LIMIT 0,5