Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $con= new mysqli('localhost','root','','crudop');
- // if($con){
- // echo "Connected";
- // }else{
- // die(mysqli_error($con));
- // }
- if(!$con){
- die(mysqli_error($con));
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement