Guest User

Untitled

a guest
Aug 12th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2.     $host = "localhost";
  3.     $user = "packupdater_new";
  4.     $pass = "undbhhzk";
  5.     $dbname = "packupdater_new";
  6.     $db = new PDO("mysql:host=$host; dbname=$dbname", "$user", "$pass");
  7.    
  8. ?>
Add Comment
Please, Sign In to add comment