Initial commit

This commit is contained in:
2026-06-10 00:49:56 +07:00
commit 813cfcaf9f
27 changed files with 24734 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$conn = new mysqli("localhost", "root", "", "webgis1");
if ($conn->connect_error) {
die("Koneksi gagal: " . $conn->connect_error);
}
?>