Everyone that posted here is almost incorrect. The error clearly shows the password is not being used when trying to access the database, since you seem to have the password set as a variable, i'd check that the mysql_connect() function is actually using the password when trying to connect. Can...