Remove fitur jalan, parsil, dan spbu

This commit is contained in:
2026-06-09 17:46:57 +07:00
parent 25bdf082cc
commit f4065a84b6
10 changed files with 23 additions and 807 deletions
+4 -4
View File
@@ -1,8 +1,9 @@
<?php
$host = "localhost";
$user = "root";
$pass = "";
$db = "webgis_db_pertemuan1";
$user = "root";
$pass = "";
$db = "webgis_db_pertemuan1";
// Connect first without DB to ensure we can create it if missing
$conn = new mysqli($host, $user, $pass);
@@ -43,4 +44,3 @@ if (!$conn->query($sql_jalan)) {
if (!$conn->query($sql_parsil)) {
die("Gagal membuat tabel parsil: " . $conn->error);
}
?>