Guest User

Untitled

a guest
Feb 7th, 2019
123
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. error_reporting(E_ALL);
  3.  
  4.  
  5. $servername = "xx.xx.de";
  6. $username = "xxx";
  7. $password = "yyy";
  8.  
  9. // Create connection
  10. $conn = new mysqli($servername, $username, $password);
  11. ?>
Add Comment
Please, Sign In to add comment