Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'mujer'@'localhost' (using password: YES) in /home/mujer/public_html/include_db.php on line 9
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/mujer/public_html/include_db.php on line 10
Error Processing Query: Access denied for user 'mujer'@'localhost' (using password: YES)
SELECT ID FROM restaurants WHERE name = "Evangeline's"
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/mujer/public_html/include_db.php on line 39
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/mujer/public_html/include_db.php:9) in /home/mujer/public_html/index.php on line 82
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/mujer/public_html/include_db.php:9) in /home/mujer/public_html/index.php on line 82
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'mujer'@'localhost' (using password: YES) in /home/mujer/public_html/include_db.php on line 9
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/mujer/public_html/include_db.php on line 10
Error Processing Query: Access denied for user 'mujer'@'localhost' (using password: YES)
SELECT ID FROM restaurants WHERE name = "Evangeline\'s"
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/mujer/public_html/include_db.php on line 39
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'mujer'@'localhost' (using password: YES) in /home/mujer/public_html/include_db.php on line 9
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/mujer/public_html/include_db.php on line 10
Error Processing Query: Access denied for user 'mujer'@'localhost' (using password: YES)
SELECT thumbnail,
content,
DATE_FORMAT(DATE_ADD('20191208082009',INTERVAL 15 DAY), '%m/%d/%y %h:%i%p') as coupon_expires,
restaurant_name,
restaurants.name as current_restaurant_name,
datetime_expires
FROM coupons,
restaurants
WHERE restaurant_ID=restaurants.ID and
restaurants.deleted = "0" and
coupons.deleted = "0" and
(datetime_expires = "0000-00-00 00:00:00" or datetime_expires >= "20191208082009")
ORDER BY restaurants.name ASC
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/mujer/public_html/include_coupons.php on line 60