From e8db04a437707c24b7ccec8ff76ef68bca5f0b43 Mon Sep 17 00:00:00 2001 From: "Satrya.IY29" Date: Tue, 9 Jun 2026 14:49:10 +0000 Subject: [PATCH] Update cek_tabel.php --- cek_tabel.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/cek_tabel.php b/cek_tabel.php index 33122ef..c443b88 100644 --- a/cek_tabel.php +++ b/cek_tabel.php @@ -1,10 +1,8 @@ "; +$q = mysqli_query($conn, "SHOW TABLES"); -$q = mysqli_query($conn, "SHOW DATABASES"); - -while ($r = mysqli_fetch_assoc($q)) { - print_r($r); +while($r = mysqli_fetch_array($q)){ + echo $r[0] . "
"; } \ No newline at end of file