Advertisement
Hadi1989

Untitled

Sep 13th, 2021
816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2.     $conn=mysqli_connect("localhost", "root", "", "db_coupon");
  3.    
  4.     if(!$conn){
  5.         die("Error: Failed to connect to database!");
  6.     }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement