Advertisement
markleyco23

Untitled

Jan 6th, 2019
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. connections.php
  2. <?php
  3. $connections = mysqli_connect("localhost", "root", "", "mydb");
  4. if (mysqli_connect_error()){
  5. echo "failed to connect to MYSQL" .mysqli_connect_error();
  6.  
  7. }
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement