as
2008-10-02 02:20:05 UTC
$con = mysql_connect("localhost","un","pw");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("db", $con);
this is the error message:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'un'@'localhost' (using password: YES) in /home/public_html/softwares.php on line 47
code in line 47 is mentioned above.
please help.