MySql connexion problem !!!

johnklah

New Member
Messages
2
Reaction score
0
Points
0
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