Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. $koneksi = mysqli_connect("localhost","root","","id11160395_kkllunas");
  3.  
  4. // Check connection
  5. if (mysqli_connect_errno()){
  6. echo "Koneksi database gagal : " . mysqli_connect_error();
  7. }
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement