Quote:
Originally Posted by Colmike9
// change the user_name and password
$db = mysqli_connect("localhost", "dbuser", "dbpass");
// change the database_name
mysqli_select_db("dbname",$db);
Did you put in the right info?
|
Yes, that was the first thing I checked as previously I've spent hours trying to debug something only to realize I made a typo on the username lol
I do know my host just recently upgraded a bunch of php so I also have a ticket in with them to make sure they didn't fuck anything up (its Hostgator who I use for my personal stuff).