Warning: mysql_query() [function.mysql-query]: Access denied for user 'apartmen'@'localhost' (using password: NO) in /home/apartmen/public_html/services/shared_includes/db_functions.php on line 71
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/apartmen/public_html/services/shared_includes/db_functions.php on line 71
instant world booking database query failed. Please try again.- errorno=1045
- error=Access denied for user 'apartmen'@'localhost' (using password: NO)
- query=SELECT distinct reservations.searchregion, reservations.subcontinent, count(reservation_id) as num_reservations
FROM reservations WHERE DATE_SUB(CURDATE(),INTERVAL 90 DAY)<=order_time AND affiliate IS NULL
GROUP BY reservations.searchregion, reservations.subcontinent
ORDER BY num_reservations DESC