Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
126
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. $host = 'localhost'; // Host
  3. $username = 'root';
  4. $password = '';
  5. $db = 'instagram2';
  6. $konek = mysql_connect($host, $username, $password) or die ('Koneksi ke Database Gagal');
  7. mysql_select_db($db) or die ('Gagal Memilih Database');
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement