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"); +?>