Bonjour, je comprends pas pourquoi le php n'accepte pas ce code
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 $identifiants   = "SELECT DISTINCT identifiant FROM installation ORDER BY id;";
    $qry = mysql_query($identifiants); 
      while($row = mysql_fetch_row($qry)) { 
         $identifiants[] = $row[0];
 
      }
Merci d'avance pour votre aide