setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); echo "Sikeres kapcsolat"; }catch(PDOException $e) { echo $e->getMessage(); } $conn = null;