diff --git a/cek_tabel.php b/cek_tabel.php index 8d1bd32..2b97951 100644 --- a/cek_tabel.php +++ b/cek_tabel.php @@ -1,10 +1,15 @@ Database Aktif"; + $q = mysqli_query($conn, "SHOW TABLES"); echo "
";
+
while($r = mysqli_fetch_array($q)){
print_r($r);
}
+
echo "";
\ No newline at end of file