View Single Post
Old 08-02-2021, 10:35 AM  
Publisher Bucks
Confirmed User
 
Industry Role:
Join Date: Oct 2018
Location: New Orleans, Louisiana. / Newcastle, England.
Posts: 1,123
Quote:
Originally Posted by Colmike9 View Post
// 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).
Publisher Bucks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote