Add pedoman content and editor assets

This commit is contained in:
Power BI Dev
2026-05-02 10:12:20 +07:00
parent 5fb1151fea
commit 1eddcea89f
111 changed files with 28255 additions and 0 deletions

8
pedoman/koneksi.php Normal file
View 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();
}
?>