Guest User

Untitled

a guest
Sep 27th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2.  
  3. $host = 'localhost';
  4. $user = 'root';
  5. $pass = '';
  6. $db = 'test';
  7.  
  8. $connect = mysqli_connect($host, $user, $pass, $db);
Add Comment
Please, Sign In to add comment