Advertisement
Guest User

Untitled

a guest
Jan 25th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2. $db_name = "arsenal101";
  3. $mysql_username = "arsenal101";
  4. $mysql_password = "22216888";
  5. $server_name = "108.180.54.177";
  6. $conn = mysqli_connect($server_name, $mysql_username, $mysql_password, $db_name);
  7. if($conn){
  8. echo "Remote connection success!";
  9. }
  10. else{
  11. echo "Remote connection fails!";
  12. }
  13.  
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement