Hi ! I've a big problem since several days.
When I try to connect to my Sql database, I get a 403 error. I read somme topics but it didn't change anything.
Help please !!
$bdd = new PDO('mysql:host=sql###.byethost.com;dbname=dbname;charset=utf8', 'id', 'password', array(PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION));