Php => pb script

Tointoin -  
PhP Messages postés 1770 Date d'inscription   Statut Membre Dernière intervention   -
slt, je ne trouves pas l'erreur dans mon script:

$connect = mysql_query("SELECT DISTINC nom FROM membres WHERE id='$id' AND id_categorie='$mysqlarray["categorie"]' Order by nom ASC", $cnt_db);

qq pourré-t-il m'aider?
Merci bocoup...
A voir également:

1 réponse

PhP Messages postés 1770 Date d'inscription   Statut Membre Dernière intervention   606
 
Bsr,

Faut pas non plus en demander trop à PHP ...

Ecrit plutôt

$connect = mysql_query("SELECT DISTINC nom FROM membres WHERE id='$id' AND id_categorie='".$mysqlarray["categorie"]."' Order by nom ASC", $cnt_db);

@+
PhP    [Push the button,Don't push the
.         button,Trip the station,Change the channel]
0