Bonsoir
comment je dois faire ma requête
merci de votre réponse :)Code:
1
2
3
4
5
6
7
8
9 //array =,2,8,3, 1... static function voirAuth($array_hexa_auth)//array les autorisations que possède le membre { $query = 'SELECT action FROM info_hexa WHERE valeur_hexa IN ('.$array_hexa_auth.')'; $bdd = Bdd::getIntance(); $prep = $bdd->prepare($query); $prep->bindValue('', $bdd)? }