Update ambil.php
This commit is contained in:
@@ -1,4 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
|
echo "<pre>";
|
||||||
|
echo "DATABASE SERVER\n";
|
||||||
|
|
||||||
|
$q = mysqli_query($conn, "SHOW COLUMNS FROM tabel_ibadah");
|
||||||
|
|
||||||
|
while($r = mysqli_fetch_assoc($q)){
|
||||||
|
print_r($r);
|
||||||
|
}
|
||||||
|
|
||||||
|
exit;
|
||||||
|
|
||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
ini_set('display_errors', 1);
|
ini_set('display_errors', 1);
|
||||||
header('Content-Type: application/json; charset=UTF-8');
|
header('Content-Type: application/json; charset=UTF-8');
|
||||||
|
|||||||
Reference in New Issue
Block a user