Hello.
I can't use MySQL.
This is my PHP code:
try
{
$pdo_options[PDO::ATTR_ERRMODE] = PDO::ERRMODE_EXCEPTION;
$bdd = new PDO('mysql:host=mysql-starka.x10hosting.com;dbname=test;post=3306','zagdem','mypassword');
$reponse = $bdd->query('SELECT pseudo, message FROM...