prepare("SELECT * FROM Sondage"); $req->execute(); $polls = $req->fetchAll(); $req->closeCursor(); } elseif ($bdd instanceof Exception) $alert = choixAlert("query");