Remove fitur jalan, parsil, dan spbu

This commit is contained in:
Romeo3
2026-06-09 15:20:07 +07:00
parent d13903bfe3
commit 377eb77f8a
+5 -4
View File
@@ -1,8 +1,10 @@
<?php
$host = "localhost";
$user = "root";
$pass = "";
$db = "webgis_db_pertemuan2";
$user = "root";
$pass = "";
$db = "webgis_db_pertemuan2";
// Connect first without DB to ensure we can create it if missing
$conn = new mysqli($host, $user, $pass);
@@ -30,4 +32,3 @@ $sql_spbu = "CREATE TABLE IF NOT EXISTS `spbu_locations` (
if (!$conn->query($sql_spbu)) {
die("Gagal membuat tabel spbu_locations: " . $conn->error);
}
?>