diff --git a/hapus_semua_masjid.php b/hapus_semua_masjid.php new file mode 100644 index 0000000..3b1729a --- /dev/null +++ b/hapus_semua_masjid.php @@ -0,0 +1,33 @@ + 13 +"; + +if (mysqli_query($conn, $sql)) { + + echo "

Berhasil

"; + echo "Semua data rumah ibadah selain ID 13 telah dihapus."; + +} else { + + echo "

Gagal

"; + echo mysqli_error($conn); + +} +?> \ No newline at end of file