bonjour
je voudrait recuperet tout ce qui est peinture et dessin dans le champ gategorie de la table article
mais je n'arrive pas
______________________________
table article
id url categorie
1092 ./repertoire/photo1.jpg dessin
1087 ./repertoire/photo1.jpg peinture
1091 ./repertoire/photo1.jpg peinture
include_once("connextion-localhost.php");
$recherche = mysql_query ("SELECT * from article WHERE categorie ='peinture' AND categorie='dessin' ",$db);
_________________________
si je fais cela pas de probleme mais j'en n'ais qu'un
include_once("connextion-localhost.php");
$recherche = mysql_query ("SELECT * from article WHERE categorie ='peinture' ",$db);
[/php]