Guest User

Untitled

a guest
Aug 4th, 2019
811
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2. // isi nama host, username mysql, dan password mysql anda
  3. $host = mysql_connect("localhost","root","xxx");
  4.  
  5. // isikan dengan nama database yang akan di hubungkan
  6. $db = mysql_select_db("kucengcoding");
  7.  
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment