From 6251a0444a49016f7035060e6b4ac0d788105c2a Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sun, 1 Sep 2019 20:42:03 +0200 Subject: [PATCH] DT --- findindb.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 findindb.php diff --git a/findindb.php b/findindb.php new file mode 100755 index 0000000..85287c1 --- /dev/null +++ b/findindb.php @@ -0,0 +1,13 @@ +#!/usr/bin/php + +query("SHOW tables FROM $database;"); +print_r($db); +//$db->query("SHOW columns FROM $table"); +?>