i try to connect to mysqldb with php.
i use a text files that contains my (host,login and passwords)
$host = "localhost";
$login = "root";
$password =" ";
php send me back this error message :
Warning: MySQL Connection Failed: Access denied for user: 'root@localhost' (Using password: YES) in /home/e-smith/files/primary/html/photos/photos2.php3 on line 13