Initial commit WebGIS Poverty Mapping

This commit is contained in:
SatryaIrvannurYudha
2026-06-04 21:28:53 +07:00
commit fdf1e36cd3
18 changed files with 1333 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
$host = "127.0.0.1";
$user = "root";
$pass = "";
$db = "webgis";
$conn = mysqli_connect($host, $user, $pass, $db);