Update cek_tabel.php
This commit is contained in:
+3
-8
@@ -1,15 +1,10 @@
|
||||
<?php
|
||||
|
||||
include 'koneksi.php';
|
||||
|
||||
echo "<h3>Database Aktif</h3>";
|
||||
echo "<h3>Daftar Tabel</h3>";
|
||||
|
||||
$q = mysqli_query($conn, "SHOW TABLES");
|
||||
|
||||
echo "<pre>";
|
||||
|
||||
while($r = mysqli_fetch_array($q)){
|
||||
print_r($r);
|
||||
}
|
||||
|
||||
echo "</pre>";
|
||||
echo $r[0] . "<br>";
|
||||
}
|
||||
Reference in New Issue
Block a user