Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $conn=mysqli_connect("localhost","...","...","...");
- if(!$conn){
- die("Couldnot connect to server");
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement