diff --git a/cek_penduduk.php b/cek_penduduk.php new file mode 100644 index 0000000..1afb601 --- /dev/null +++ b/cek_penduduk.php @@ -0,0 +1,11 @@ +"; +while($r = mysqli_fetch_assoc($q)){ + print_r($r); +} +echo ""; +?> \ No newline at end of file