ERROR : SELECT hotel_id, hotel_name, hotel_url, star_rating, area_name FROM agoda_hotel_th h WHERE city_id = ORDER BY CONVERT(hotel_name USING 'tis620') Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/virtual/site7/fst/var/www/html/inc/DButil.class.php on line 51
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/virtual/site7/fst/var/www/html/inc/DButil.class.php on line 55
ERROR : SELECT h.*, IFNULL(lat.lat,0) as lat, IFNULL(lat.lng,0) as lng, offer.average_per_night FROM agoda_hotel_th h LEFT JOIN agoda_export_lat lat ON lat.hotel_id = h.hotel_id LEFT JOIN special_offers offer ON offer.hotel_id = h.hotel_id AND offer.finish_date >= DATE(now()) WHERE city_id = ORDER BY IFNULL(offer.average_per_night,99999), user_rating_average DESC LIMIT 10 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/virtual/site7/fst/var/www/html/inc/DButil.class.php on line 51
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/virtual/site7/fst/var/www/html/inc/DButil.class.php on line 55