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