Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. $dbname = "id8260365_db_desakita";
  3. $hostname = "localhost";
  4. $username = "id8260365_root";
  5. $password = "06041997";
  6.  
  7. $koneksi = mysqli_connect($hostname, $username, $password, $dbname);
  8. if (!$koneksi) {
  9. die("Connection Failed:" . mysqli_connect_error());
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement