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