From ee39751ed32b6540e7e428c792a048a66d171512 Mon Sep 17 00:00:00 2001 From: "Satrya.IY29" Date: Wed, 10 Jun 2026 16:39:36 +0000 Subject: [PATCH] Add perbaiki_tabel_spasial.php --- perbaiki_tabel_spasial.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 perbaiki_tabel_spasial.php diff --git a/perbaiki_tabel_spasial.php b/perbaiki_tabel_spasial.php new file mode 100644 index 0000000..cf29082 --- /dev/null +++ b/perbaiki_tabel_spasial.php @@ -0,0 +1,32 @@ +Hasil Perbaikan"; + +foreach ($queries as $sql) { + + if(mysqli_query($conn,$sql)){ + echo "✅ Berhasil
"; + } else { + echo "❌ ".mysqli_error($conn)."
"; + } + +} +?> \ No newline at end of file