Guest User

Untitled

a guest
Dec 26th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2. $host = 'localhost';
  3. $username = 'root';
  4. $password = '';
  5. $database = 'pagination';
  6. $dbconfig = mysqli_connect($host,$username,$password,$database);
  7. ?>
Add Comment
Please, Sign In to add comment