query("DESCRIBE users"); print_r($stmt->fetchAll(PDO::FETCH_ASSOC)); } catch (PDOException $e) { echo "Error: " . $e->getMessage(); }