Initial commit
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$conn = mysqli_connect(
|
||||
"localhost",
|
||||
"root",
|
||||
"",
|
||||
"gis_spbu"
|
||||
);
|
||||
|
||||
if(!$conn){
|
||||
die(mysqli_connect_error());
|
||||
}
|
||||
Reference in New Issue
Block a user