Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $dbhost = "I think I should write the ip of the alternative server here";
  2. $dbuser = ....;
  3. $dbpass = ....;
  4. $dbname = ....;
  5. $dbconnection = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement