Guest User

Untitled

a guest
May 26th, 2019
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. $host = 'localhost';
  3. $username = 'root';
  4. $password = '';
  5. $database = 'sesi';
  6. $pdo = new PDO('mysql:host='.$host.';dbname='.$database, $username, $password);
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment