Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // isi nama host, username mysql, dan password mysql anda
- $host = mysql_connect("localhost","root","xxx");
- // isikan dengan nama database yang akan di hubungkan
- $db = mysql_select_db("kucengcoding");
- ?>
Advertisement
Add Comment
Please, Sign In to add comment