From 476b26e34cb7dcde884ad136f9749b769b85a823 Mon Sep 17 00:00:00 2001 From: "Satrya.IY29" Date: Wed, 10 Jun 2026 06:17:14 +0000 Subject: [PATCH] Update cek_tabel.php --- cek_tabel.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cek_tabel.php b/cek_tabel.php index 2193cb0..a4635ff 100644 --- a/cek_tabel.php +++ b/cek_tabel.php @@ -1,10 +1,11 @@ Database Aktif"; -echo "
";
-while($r = mysqli_fetch_assoc($q)){
-    print_r($r);
+$q = mysqli_query($conn, "SHOW TABLES");
+
+while($r = mysqli_fetch_array($q)){
+    echo $r[0] . "
"; } -echo "
"; \ No newline at end of file +?> \ No newline at end of file