Guest User

Untitled

a guest
Apr 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. # mysql db constants DB_HOST, DB_USER, DB_PASS, DB_NAME
  3. const $dbLocation= 'localhost';
  4. const $dbUsername = 'root';
  5. const $dbPassword = '';
  6. const $dbName = 'php_mysql_login_system';
Add Comment
Please, Sign In to add comment