Add cek_penduduk.php
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
include 'koneksi.php';
|
||||
|
||||
$q = mysqli_query($conn, "SHOW COLUMNS FROM tabel_penduduk");
|
||||
|
||||
echo "<pre>";
|
||||
while($r = mysqli_fetch_assoc($q)){
|
||||
print_r($r);
|
||||
}
|
||||
echo "</pre>";
|
||||
?>
|
||||
Reference in New Issue
Block a user