Hello Again, Please help with this link problem. Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'myuser'@'localhost' (using password: XYZ@123) <?php function connectTo() { $host = "localhost"; $db_name = "myDB"; $username = "myUser"; $password = "passs"; $link = mysql_connect("$host", "$username", "$password", "$db_name"); return $link; } ?> in another file is this line $link = connectTo(); Thanks in advance
EDIT: seems I got it wrong... but you asked your question on another forum, and someone answered.... http://www.websitebabble.com/html-php-css-javascript-coding-programming-topics/26741-need-help-access-error.html Code (markup):