bonjour,
j'ai un souci cette ligne ne fonctionne pas:
$bdd = new PDO('mysql:host=localhost;dbname=web-soluces;charset=utf8', 'root', '');
$annu_cat = $bdd->execute('SELECT id,name FROM annu_cat WHERE root=0 GROUP BY name ASC');
j'ai ce message d'erreur
Call to undefined method PDO::execute()