Initial commit WebGIS SPBU

This commit is contained in:
ocabacaa
2026-06-11 02:11:17 +07:00
commit c272739519
15 changed files with 1839 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
$conn = mysqli_connect(
"localhost",
"root",
"",
"gis_spbu"
);
if(!$conn){
die(mysqli_connect_error());
}