Search results

  1. B

    MySQL : Connection problem

    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...
  2. B

    PDO non activated

    Hello, I would like to use PDO for MySQL, but it is not activated. I don't know if it is possible, but I have been told it is easy and free for you to do it. Thank you, Zagdem
Top