setAttribute(PDO::ATTR_ERRMODE,PDO::ERRMODE_EXCEPTION); } catch (PDOException $e) { die("Chyba připojení k databázi:".$e->getMessage()); }