Guest User

Untitled

a guest
Feb 17th, 2019
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $host = 'mysql';
  2. $user = 'root';
  3. $pass = 'root';
  4. $base = 'userdata';
  5.  
  6. $db = mysqli_connect($host,$user, $pass, $base);
Add Comment
Please, Sign In to add comment