Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
64
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";//hostname
  4. $username=royalemp_slav85;//username
  5. $password=********;//database pw
  6. $db_name=royalemp_game;//database anme
  7.  
  8. //connect to database
  9. mysql_connect($host,$username,$password);
  10. mysql_select_db($db_name);
  11.  
  12.  
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement