Why won't my PHP script work?
Posted
by
sadicool
on Stack Overflow
See other posts from Stack Overflow
or by sadicool
Published on 2011-01-16T17:46:30Z
Indexed on
2011/01/16
17:53 UTC
Read the original article
Hit count: 147
I have a script that reports the following error:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'admin'@'localhost' (using password: YES) in C:\wamp\www\bits\includes\connect.inc.php on line 10
Notice: Undefined variable: l_error in C:\wamp\www\bits\includes\connect.inc.php on line 12
Notice: Undefined variable: l_cannotconnecttodatabase in C:\wamp\www\bits\includes\connect.inc.php on line 12
Why would this be?
© Stack Overflow or respective owner