Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2.     $con = mysqli_connect("localhost", "root", "", "shoutit");
  3.    
  4.     if(mysqli_connect_errno())
  5.     {
  6.         echo 'FAILED TO CONNECT DATABASE!'.mysqli_connect_error();
  7.     }
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement