So, getting a parse error. Total noob to this, need some help. Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'legionbo_user'@'localhost' (using password: YES) in /home/a9670145/public_html/lib/class_db.php on line 76 Code (markup):
Well, you have an error in the login/user and password for connecting to your database. Maybe the username is wrong, maybe the password is wrong (it's using a password for access, doesn't mean that there is actually a password, just that the access with password is activated (the password can be blank)). It might also be that 'localhost' is not the correct name for the db-server.
Usually your hosting company provides you with credentials to connect to database or you can change them in your hosting control panel.
login to your control panel ( usually cpanel ) go to databases and create a new database and new user once done you can use the same credentials in your script to connect to the database