query("DESCRIBE items"); $columns = $stmt->fetchAll(PDO::FETCH_ASSOC); echo "
"; print_r($columns); echo "