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
+9
View File
@@ -0,0 +1,9 @@
<?php
echo "PHP OK";
echo " | " . phpversion();
$conn = mysqli_connect("127.0.0.1", "root", "", "webgis");
if ($conn) {
echo " | MySQL OK";
} else {
echo " | MySQL GAGAL: " . mysqli_connect_error();
}