How do I resolve this error message that pop up .Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'jobscope'@'localhost' (using password: YES) in C:\xampp\htdocs\jobscope\jobscope\process_login.php on line 54 Cannot Connect
Use the correct username and password. Whatever you've set those up as.
Better yet, stop using obsolete, dangerous code. Use PDO instead. https://phpdelusions.net/pdo
benanamen;11065185 wrote:Better yet, stop using obsolete, dangerous code. Use PDO instead. https://phpdelusions.net/pdo
That's another problem, but also very true. [thread=10387467]Stop using the MySQL extension![/thread]