Advertisement
LemmyNjaria

Constants

Mar 25th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2.     define('DB_NAME','hostelmanagementsystemapp');
  3.     define('DB_USER','root');
  4.     define('DB_PASSWORD','');
  5.     define('DB_HOST','localhost');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement