query("SHOW TABLES"); $tables = $stmt->fetchAll(PDO::FETCH_COLUMN); echo implode("\n", $tables);