Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <?php
  2.  
  3. $dbhost ="localhost";
  4. $dbusername ="u442326_user";http://pastebin.com/logout
  5. $dbpassword ="mypass123";
  6. $dbname ="u442326_database";
  7. $mysqli = new mysqli($dbhost, $dbusername, $dbpassword,$dbname);
  8. $link = mysqli_connect("localhost", "u442326_user", "mypass123", "u442326_database");
  9. $db = mysqli_connect("localhost", "u442326_user", "mypass123", "u442326_database");
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement