Advertisement
Guest User

Untitled

a guest
Nov 13th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. $dbserver = "localhost";
  4. $dbusername = "root";
  5. $dbpassword = "root";
  6. $dbname = "cascades_clinic";
  7.  
  8. $db = new mysqli($dbserver, $dbusername, $dbpassword, $dbname);
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement