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.34 KB | None | 0 0
  1. <?php
  2.  
  3. $host="localhost";//hostname
  4. $username="royalemp_slava";//username
  5. $password="****i have the pass here******";//database pw
  6. $db_name="royalemp_game";//database anme
  7.  
  8. //connect to database
  9. mysql_connect("$host","$username","$password")or die("cannot connect to server");
  10. mysql_select_db("$db_name")or die("cannot select DB");
  11.  
  12.  
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement