Guest User

Untitled

a guest
Jan 17th, 2017
41
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=suchary', $user, $pass);
  6.  
  7. ?>
Add Comment
Please, Sign In to add comment