Guest User

Untitled

a guest
Nov 23rd, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. $Host = 'localhost';
  3. $dbName = 'connectivity';
  4. $Username = 'root';
  5. $Password = '';
  6.  
  7. $mysqli = mysqli_connect($Host, $Username, $Password, $dbName);
  8. ?>
Add Comment
Please, Sign In to add comment