Advertisement
kangiwan65182

Untitled

Sep 15th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. //koneksi
  2. <?php
  3. $server = "localhost";
  4. $username = "root";
  5. $password = "";
  6. $database = "jadwal";
  7.  
  8. mysql_connect($server,$username,$password) or die ("Gagal");
  9. mysql_select_db($database) or die ("Database tidak ditemukan");
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement