Guest User

Untitled

a guest
Feb 13th, 2018
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. /* Database connection settings */
  3. $host = 'localhost';
  4. $user = 'root';
  5. $pass = 'mrgaganchohan';
  6. $db = 'accounts';
  7. $mysqli = new mysqli($host,$user,$pass,$db) or die($mysqli->error);
Add Comment
Please, Sign In to add comment