Advertisement
Guest User

Untitled

a guest
Aug 8th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $servername = "[server's ip]";
  2. $username = "[the username I made before]";
  3. $password = "[the password for the above username]";
  4.  
  5. // Create connection
  6. $conn = mysqli_connect($servername, $username, $password);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement