Access denied for user 'a2014075_d55be8'@'64.191.5.117' (using password: YES)
Have no idea how to rectify this situation. If you need the code I amusing look below (Pass is blocked for security reasons);
Code:
$host = "mysql2.00webhost.com";
$user = "a2014075_d55be8";
$pwd = "*******";
$db = 'a2014075_site';
$connection = mysql_connect($host, $user, $pwd) or die(mysql_error()); //err0r!
mysql_select_db($db) or die(mysql_error()); //selects database
Of course this is in the php tags though.