I am trying to submit information via a form into a database and I get the following error -
Warning: MySQL Connection Failed: Access denied for user: 'mark@localhost' (Using password: YES) in c:\apache\htdocs\profile\submit.php on line 11
Line 11 is this: $connection = mysql_connect("localhost", "mark", "mark")
or die("Couldn't connect.");
Does the error have something to do with the my.ini configuration?
I've never had this problem before.
Help would be appreciated -- thanks.