This code:
returns the error Access denied for user 'root'@'localhost' (using password: NO), I have played around for a couple days with trying different logins and passwords and it just doesn't want to work, am I doing something wrong?Code:$con=mysqli_connect("localhost","<thisisafakeusername>","<thisisafakepassword>","<thisisafakedatabase>");