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