Skip to content

Instantly share code, notes, and snippets.

@mthony2002
Forked from ziedrebhi/db_config.php
Created October 13, 2017 22:53
Show Gist options
  • Save mthony2002/1d9f8b39ca0b7f88b249d200ef47e62f to your computer and use it in GitHub Desktop.
Save mthony2002/1d9f8b39ca0b7f88b249d200ef47e62f to your computer and use it in GitHub Desktop.
<?php
/*
* All database connection variables
*/
define('DB_USER', "root"); // db user
define('DB_PASSWORD', ""); // db password (mention your db password here)
define('DB_DATABASE', "foodapp_db"); // database name
define('DB_SERVER', "localhost"); // db server
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment