Advertisement
Joshido17

ssss

Jan 11th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $host = "localhost";
  2. $user = "root";
  3. $pass = "";
  4. $database = "efc";
  5.  
  6. @$db = mysqli_connect($host,$user,$pass,$database);
  7. if(mysqli_connect_errno())
  8. echo "Error: Could not connect to database " .
  9. mysqli_error($db); + "<br/>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement