Initial Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$koneksi = mysqli_connect("localhost", "root", "", "webgis");
|
||||
|
||||
if (!$koneksi) {
|
||||
die("Koneksi gagal: " . mysqli_connect_error());
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user