Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2.  
  3. $user = "root";
  4. $pass = "";
  5. $db = new PDO('mysql:host=localhost;dbname=newsletter', $user, $pass);
  6.  
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement