Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. $hostip = "localhost"; // Serveradresse
  3. $username = "root"; // Benutzername
  4. $password = "xxxxxxxxx"; // Passwort
  5. $port = "3306"; // Port
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement