Advertisement
zza_ibliizt

LoginDatabase Connections.php Online

Dec 20th, 2018
1,934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2. $servername = "localhost";
  3. $username   = "id8276351_rezzagp";
  4. $password   = "hahahaha";
  5. $database   = "id8276351_db_info";
  6.  
  7. mysql_connect($servername,$username,$password);
  8. mysql_select_db($database);
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement