I want to use @mysqli_select_db() to switch between two databases.
Both databases have the exact same user, but when I run this function, I get an access denied error.
What is happening?
Update: Problem solved. I wrote my database name incorrectly in @mysqli_select_db(). Thanks for the help anyways.
Problem solved. I wrote my database name incorrectly in
@mysqli_select_db().