Guest User

Untitled

a guest
Oct 14th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $db_host = 'localhost';
  2. $db_user = 'root';
  3. $db_pass = '';
  4. $db_database = 'TNR';
  5.  
  6. mysql_connect($db_host, $db_user, $db_pass) OR die (mysql_error());
  7. mysql_select_db($db_database);
Add Comment
Please, Sign In to add comment