setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch(PDOException $pe) { die('Connection error, because: ' .$pe->getMessage()); }