s'il vous plait qui poura m'aider
car je n'arrive pas a installer un script en local avec easyphp
Failed: could not find driver
"Fatal error: Call to a member function rollBack() on a non-object/...queryfunctions.php on line 63"
-----
Code PHP :
if($GLOBALS['db'] == null) {
try {
$GLOBALS['db'] = new PDO('mysql:host='.$HOST.';dbname='.$DB,$USER,$PASS);
} catch (Exception $e) {
echo "Failed: " . $e->getMessage();
63 ---> $GLOBALS['db']->rollBack(); <----- return null;
}
}
return $GLOBALS['db'];
------------
merci