$host = "localhost";
$user = "UserName";
$pass = "Password";
$db = "dbName";
Would somebody be able to give me an example of what i need to replace these variables with. I keep getting these errors:
Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'myUser'@'myIP' (using password: YES) in myDomain/dbConfig.php on line 13
Error connecting to database.
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'myUser'@'localhost' (using password: NO) in myDomain/dbConfig.php on line 21
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in myDomain/dbConfig.php on line 21