Guest User

Untitled

a guest
Dec 14th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. try {
  4. $dbh = new PDO('mysql:host=localhost; dbname=phph');
  5. }catch (PDOException $e){
  6. var_dump($e->getMessage());
  7. exit;
  8. }
  9.  
  10. echo "success!";
  11.  
  12. $dbs = null;
Add Comment
Please, Sign In to add comment