Search results

  1. J

    MySql connexion problem !!!

    My code is : dbh = new PDO("mysql:host=$_dbhost;dbname=$_dbname", $_dbuser, $_dbpwd, array( PDO::ATTR_PERSISTENT => true)); Can you tell me why i have the error message : could not find driver ?
Top