Advertisement
karlokokkak

Untitled

Mar 31st, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2.  
  3. $conn=mysqli_connect("localhost","...","...","...");
  4.  
  5. if(!$conn){
  6.     die("Couldnot connect to server");
  7. }
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement