Advertisement
rofelbca

conn

Jul 25th, 2024
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. $con= new mysqli('localhost','root','','crudop');
  3. // if($con){
  4. // echo "Connected";
  5. // }else{
  6. // die(mysqli_error($con));
  7. // }
  8. if(!$con){
  9. die(mysqli_error($con));
  10. }
  11.  
  12. ?>
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement