Skip to content

Instantly share code, notes, and snippets.

@itswadesh
Last active March 27, 2017 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itswadesh/1d0fbb394ce6f7e8f955a48acc9ebc31 to your computer and use it in GitHub Desktop.
Save itswadesh/1d0fbb394ce6f7e8f955a48acc9ebc31 to your computer and use it in GitHub Desktop.
<?php
$DB_HOST = '127.0.0.1';
$DB_USER = 'root';
$DB_PASS = '';
$DB_NAME = 'angularcode_task';
$mysqli = new mysqli($DB_HOST, $DB_USER, $DB_PASS, $DB_NAME);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment