Skip to content

Instantly share code, notes, and snippets.

@ziedrebhi
Created April 24, 2015 14:22
Show Gist options
  • Save ziedrebhi/a9cf48b2bd1d38081e93 to your computer and use it in GitHub Desktop.
Save ziedrebhi/a9cf48b2bd1d38081e93 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