Guest User

Untitled

a guest
Nov 27th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. $dsn = 'mysql:dbname=e96548p5_test;host=localhost';
  3. $user = 'e96548p5';
  4. $password = 'пароль бд';
  5. $dbh = new PDO($dsn, $user, $password);
  6. ?>
Add Comment
Please, Sign In to add comment