Project Webgis2 SIG

This commit is contained in:
2026-06-11 10:38:09 +07:00
commit eb4d6b7eb0
22 changed files with 2914 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$conn = new mysqli("localhost", "root", "", "sig_pontianak");
if ($conn->connect_error) {
die("Koneksi gagal: " . $conn->connect_error);
}
?>