Guest User

Untitled

a guest
Nov 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. $host = "localhost";
  3. $db = "clients";
  4. $user = "root";
  5. $pass = "";
  6.  
  7. $con = mysqli_connect($host,$user,$pass,$db) or die('Could not connect to MySQL: ' .mysqli_connect_error());
  8. ?>
Add Comment
Please, Sign In to add comment