From 5784b76e7061aa5fc4a4ed029e1683f89e2b5800 Mon Sep 17 00:00:00 2001 From: "Satrya.IY29" Date: Tue, 9 Jun 2026 14:34:17 +0000 Subject: [PATCH] Update cek_tabel.php --- cek_tabel.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/cek_tabel.php b/cek_tabel.php index 2b97951..052a807 100644 --- a/cek_tabel.php +++ b/cek_tabel.php @@ -1,15 +1,10 @@ Database Aktif"; +echo "

Daftar Tabel

"; $q = mysqli_query($conn, "SHOW TABLES"); -echo "
";
-
 while($r = mysqli_fetch_array($q)){
-    print_r($r);
-}
-
-echo "
"; \ No newline at end of file + echo $r[0] . "
"; +} \ No newline at end of file