Remove fitur jalan, parsil, dan spbu
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
$host = "localhost";
|
||||
$user = "root";
|
||||
$pass = "";
|
||||
$db = "webgis_db_pertemuan1";
|
||||
$user = "root";
|
||||
$pass = "";
|
||||
$db = "webgis_db_pertemuan1";
|
||||
|
||||
|
||||
// Connect first without DB to ensure we can create it if missing
|
||||
$conn = new mysqli($host, $user, $pass);
|
||||
@@ -43,4 +44,3 @@ if (!$conn->query($sql_jalan)) {
|
||||
if (!$conn->query($sql_parsil)) {
|
||||
die("Gagal membuat tabel parsil: " . $conn->error);
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user