Inital Commit: Landing Page & Folder Tugas-Tugas

This commit is contained in:
Vinlio Andriarles
2026-06-10 19:05:05 +07:00
commit c1dca27e27
24 changed files with 1853 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());
}
?>