query("SELECT VERSION()"); print($stmt->fetch()[0]); } catch (Exception $e) { echo "Error: " . $e->getMessage(); }