Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $host = "localhost";
- $user = "root";
- $pass = "";
- $daba = "notax";
- $konek = mysql_connect($host,$user,$pass) or die ("Koneksi gagal");
- mysql_select_db($daba) or die ("database tidak bisa dibuka");
- ?>
Advertisement
Add Comment
Please, Sign In to add comment