Advertisement
XenRevo

again

Aug 27th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. $host = 'localhost';
  3. $dbname = 'GAL';
  4. $username = 'username';
  5. $password = 'password';
  6. $db = new PDO ('mysql:host=$host;dbname=$dbname;charset=utf8', '$username', '$password');
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement