Why won't my PHP script work?
- by sadicool
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?