Advertisement
Guest User

Untitled

a guest
May 24th, 2016
61
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. $link = mysql_connect('localhost', 'wordpress', 'z62Vtik5');
  3.  
  4. if (!$link) {
  5. die('Could not connect: ' . mysql_error());
  6. }
  7.  
  8. echo 'Connected successfully';
  9.  
  10. mysql_close($link);
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement