Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<?php
$DB_HOST = '127.0.0.1';
$DB_USER = 'root';
$DB_PASS = '';
$DB_NAME = 'angularcode_grid';
$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