Add pedoman content and editor assets
This commit is contained in:
8
pedoman/koneksi.php
Normal file
8
pedoman/koneksi.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$koneksi = mysqli_connect("localhost", "k1383423_ebook", "pedomanftuntan2018", "k1383423_epa");
|
||||
|
||||
// cek koneksi
|
||||
if(mysqli_connect_errno()){
|
||||
echo "Koneksi Ke Data Base gagal: ".mysqli_connect_errror();
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user