i got this error but dont know how to fix i wish i could be simple to install a website
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'hpshoet'@'localhost' (using password: YES) in /home/hpshoet/public_html/config/config.php on line 7
Access denied for user 'hpshoet'@'localhost' (using password: YES)
hear is the code from line 7/8 hope this helps
$dbh = mysql_connect($dbhost,$dbuser,$dbpass)
or die (mysql_error()); [/code]