feat: implement full CRUD functionality for jalan, parsil, and spbu modules including database integration and map interaction features

This commit is contained in:
Syariffullah
2026-06-11 16:40:58 +07:00
parent d10253a001
commit 0ae903c0d1
38 changed files with 3098 additions and 2578 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
$host = "localhost";
$user = "root";
$pass = "";
$db = "webgis";
$db = "webgis_jalan";
// Coba koneksi ke server dan pilih database
$conn = new mysqli($host, $user, $pass, $db);