Guest User

Untitled

a guest
Oct 11th, 2017
31
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. $database = "phples";
  3. $servername = "localhost";
  4. $username = "kingilsildor";
  5. $password = "";
  6. $conn = new PDO("mysql:host=$servername;dbname=$database", $username, $password);
  7. ?>
Add Comment
Please, Sign In to add comment