Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- * All database connection variables
- */
- define('DB_USER', "root"); //db user
- define('DB_PASSWORD' ,"root");
- define('DB_DATABASE', "sharingexpensesapp");
- define('DB_SERVER', "localhost");
- ?>
Advertisement
Add Comment
Please, Sign In to add comment