Advertisement
Guest User

Untitled

a guest
Jan 26th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2. $host = "localhost";
  3. $user = "leonottavio_leonottavio";
  4. $pass = "Passwort";
  5. $db = "leonottavio";
  6.  
  7. $verbindung = mysqli_connect($host, $user, $pass, $db);
  8. if(mysqli_connect_errno()) {
  9. die();
  10. }
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement