ok people...
i need help, desperately!
I'm working on a php page to insert data into a mysql database,
BUT
every time i click 'submit' on the page, it returns this error:
Error: Access denied for user '*********'@'localhost' (using password: YES)
(i removed username and replaced it with "*******" for obvious reasons...
here is the code I've typed up in my PHP page:
mysql_connect ("localhost", "*********", "********") or die ('Error: ' . mysql_error() ) ;
mysql_select_db ("user_info");
Ive checked countless times (about 20) to make sure that the username and password are correct and it is localhost.
Any suggestions?
Thanks,
Asher
i need help, desperately!
I'm working on a php page to insert data into a mysql database,
BUT
every time i click 'submit' on the page, it returns this error:
Error: Access denied for user '*********'@'localhost' (using password: YES)
(i removed username and replaced it with "*******" for obvious reasons...
here is the code I've typed up in my PHP page:
mysql_connect ("localhost", "*********", "********") or die ('Error: ' . mysql_error() ) ;
mysql_select_db ("user_info");
Ive checked countless times (about 20) to make sure that the username and password are correct and it is localhost.
Any suggestions?
Thanks,
Asher