Initial Commit

This commit is contained in:
Vinlio Andriarles
2026-06-02 13:15:29 +07:00
commit 3ebceba0b8
31 changed files with 2058 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$koneksi = mysqli_connect("localhost", "root", "", "webgis");
if (!$koneksi) {
die("Koneksi gagal: " . mysqli_connect_error());
}
?>