Guest User

Untitled

a guest
Jun 4th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php //mysql login info
  2. $db_hostname = 'localhost';
  3. $db_database = 'users';
  4. $db_username = 'root';
  5. $db_password = 'root';
  6. ?>
Add Comment
Please, Sign In to add comment