query('SHOW TABLES'); $tables = $stmt->fetchAll(PDO::FETCH_COLUMN); echo "
";
print_r($tables);
echo "
";