Advertisement
Guest User

Untitled

a guest
Jul 12th, 2016
89
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. $db_name = 'tokobuku_online';
  6.  
  7. $koneksi = mysqli_connect($host,$username,$password,$db_name);
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement