mansi_singhal

Code for DatabaseConfig.php

Jul 25th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. ###### Code for DatabaseConfig.php
  2.  
  3. $HostName = "localhost"; //the server address
  4. 2. $HostUser = "root"; //the server username
  5. 3. $HostPass = ""; //the server password
  6. 4. $DatabaseName = "lights"; //the database which contains the tables.
Add Comment
Please, Sign In to add comment