From b3c6be71cc34c45f9fa5c057018967bb3c4be61c Mon Sep 17 00:00:00 2001 From: "Satrya.IY29" Date: Tue, 9 Jun 2026 09:56:36 +0000 Subject: [PATCH] Add cek_tabel.php --- cek_tabel.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cek_tabel.php diff --git a/cek_tabel.php b/cek_tabel.php new file mode 100644 index 0000000..dfd1e81 --- /dev/null +++ b/cek_tabel.php @@ -0,0 +1,17 @@ +Daftar Tabel yang Ada di Database Server:"; + +$result = mysqli_query($conn, "SHOW TABLES"); + +if (mysqli_num_rows($result) > 0) { + echo ""; +} else { + echo "

❌ KOSONG! Belum ada tabel sama sekali di database Anda.

"; +} +?> \ No newline at end of file