Remove fitur jalan, parsil, dan spbu
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<?php
|
||||
|
||||
$host = "localhost";
|
||||
$user = "root";
|
||||
$pass = "";
|
||||
$db = "webgis_db_pertemuan2";
|
||||
$user = "root";
|
||||
$pass = "";
|
||||
$db = "webgis_db_pertemuan2";
|
||||
|
||||
|
||||
// Connect first without DB to ensure we can create it if missing
|
||||
$conn = new mysqli($host, $user, $pass);
|
||||
@@ -30,4 +32,3 @@ $sql_spbu = "CREATE TABLE IF NOT EXISTS `spbu_locations` (
|
||||
if (!$conn->query($sql_spbu)) {
|
||||
die("Gagal membuat tabel spbu_locations: " . $conn->error);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user