Update PHP connection files and tables for merged uas_06 database

This commit is contained in:
Nama Kamu
2026-06-11 18:43:35 +07:00
parent 4c1f601647
commit 9a66562dc7
12 changed files with 15 additions and 19 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
include 'koneksi.php';
$result = $koneksi->query("SELECT * FROM spbu");
$result = $koneksi->query("SELECT * FROM spbu_01");
$data = [];
while($row = $result->fetch_assoc()){