Files
UAS_WebGIS_MuthiaNurainiAst…/SIG2_jalantanah/db2.php
T
2026-06-11 18:10:22 +07:00

7 lines
173 B
PHP

<?php
$conn = new mysqli("localhost", "root", "", "webgis2");
if ($conn->connect_error) {
die("Koneksi gagal: " . $conn->connect_error);
}
$conn->set_charset("utf8");
?>