Ellie29

Untitled

Dec 7th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2. /*
  3.  * All database connection variables
  4.  */
  5. define('DB_USER', "root"); //db user
  6. define('DB_PASSWORD' ,"root");
  7. define('DB_DATABASE', "sharingexpensesapp");
  8. define('DB_SERVER', "localhost");
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment