kuchuz

Tugas 9 PWEB-D config.php

Dec 31st, 2021
1,152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?php
  2. $server = "localhost";
  3. $user = "rootnih";
  4. $password = "";
  5. $nama_database = "kuch_daftarsekolah";
  6. $db = mysqli_connect($server, $user, $password, $nama_database);
  7. if( !$db ){
  8.     die("Gagal terhubung dengan database: " . mysqli_connect_error());
  9. }
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment