Guest User

Untitled

a guest
Oct 13th, 2016
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2. $dbhost = "localhost";
  3. $dbuser = "root";
  4. $dbpass = "";
  5. $dbname = "week5";
  6.  
  7. $db = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname);
  8. ?>
Add Comment
Please, Sign In to add comment