diff --git a/cek_tabel.php b/cek_tabel.php index c443b88..2193cb0 100644 --- a/cek_tabel.php +++ b/cek_tabel.php @@ -1,8 +1,10 @@ "; -} \ No newline at end of file +echo "
";
+while($r = mysqli_fetch_assoc($q)){
+    print_r($r);
+}
+echo "
"; \ No newline at end of file