Update PHP connection files and tables for merged uas_06 database
This commit is contained in:
+1
-1
@@ -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()){
|
||||
|
||||
Reference in New Issue
Block a user