uniqid(), "judul" => $_POST['judul'], "deskripsi" => $_POST['deskripsi'], "tipe" => $_POST['tipe'], "url" => $_POST['url'] ]; $current_data[] = $new_modul; file_put_contents($file, json_encode($current_data, JSON_PRETTY_PRINT)); $pesan = "Modul berhasil ditambahkan!"; } // Logika Hapus Data if (isset($_GET['hapus'])) { $id_hapus = $_GET['hapus']; $current_data = array_filter($current_data, function($item) use ($id_hapus) { return $item['id'] !== $id_hapus; }); file_put_contents($file, json_encode(array_values($current_data), JSON_PRETTY_PRINT)); header("Location: guru.php"); } ?>
Panel Guru - Kelola Modul
Panel Guru: Kelola Modul Pembelajaran
Judul Modul
Deskripsi
Tipe Video
YouTube (Link Embed)
Hosting Pribadi (Link MP4)
URL Video
Simpan Modul
Daftar Modul Saat Ini
Judul
Tipe
Aksi
Hapus
Lihat Tampilan Siswa →