Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. $host="localhost";
  3. $user="root";
  4. $password="";
  5. $database="db_pelatihan_kp";
  6.  
  7. $conn=mysqli_connect($host,$user,$password,$database);
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement