try{
$db_connection = new PDO('mysql:host=localhost;dbname=serwer179225_iqacademylux', 'serwer179225_iqacademylux', 'jPDZ8mveFwzL*ohasF');
$db_connection->exec("set names utf8");
}
catch(PDOException $e){
echo 'Połączenie nie mogło zostać utworzone.
'.$e->getMessage();
}
?>