Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.  
  3.     $dbPassword = "Ye1IcAC4hi";
  4.     $dbUsername = "agony";
  5.     $dbServer = "withmy.life";
  6.     $dbName = "Author";
  7.  
  8.     $connection = new mysqli($dbServer, $dbUsername, $dbPassword, $dbName);
  9.  
  10.     print_r($connection);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement