Guest User

Untitled

a guest
Jul 14th, 2018
114
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. $dbHost="localhost";
  3. $dbUser="root";
  4. $dbPassword="";
  5. $dbName="registration";
  6.  
  7. $dbcon=mysqli_connect($dbHost,$dbUser,$dbPassword,$dbName)
  8. or
  9. die("Connection failed: ".mysqli_connect_error());
  10. ?>
Add Comment
Please, Sign In to add comment