Advertisement
Guest User

FUCK

a guest
Aug 25th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2.  
  3. $host = 'localhost';
  4. $user = 'root';
  5. $db = 'adminlogin';
  6. $pass = '';
  7.  
  8. $connect = @mysql_connect($host, $user, $pass) or die('Database could not connect');
  9. $select = @mysql_select_db($db, $connect) or die('Database could not select');
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement