if ( isset( $_POST['Choix1']) or isset( $_POST['Choix2']) or isset( $_POST['Choix3']) or isset( $_POST['Choix4']) or isset( $_POST['Choix5'])or isset( $_POST['Choix6'])or isset( $_POST['Choix7'])) {
if (isset( $_POST['Choix1'])) { $Choix1=' Type="'.$_POST['Choix1'].'"' ; } else { $Choix1="";}
if (isset( $_POST['Choix2'])) { $Choix2=' or Type="'.$_POST['Choix2'].'"' ; } else $Choix2=" " ;
if (isset( $_POST['Choix3'])) { $Choix3=' or Type="'.$_POST['Choix3'].'"' ; } else $Choix3="" ;
if (isset( $_POST['Choix4'])) { $Choix4=' or Type="'.$_POST['Choix4'].'"' ; } else $Choix4=" " ;
if (isset( $_POST['Choix5'])) { $Choix5=' Sexe="'.$_POST['Choix5'].'"' ; } else $Choix5=" " ;
if (isset( $_POST['Choix6'])) { $Choix6=' or Sexe="'.$_POST['Choix6'].'"' ; } else $Choix6=" " ;
if (isset( $_POST['Choix7'])) { $Choix7=' or Sexe="'.$_POST['Choix7'].'"' ; } else $Choix7=" " ;
if ($requete = " SELECT RefArticle FROM ARTICLE WHERE ($Choix1 $Choix2 $Choix3 $Choix4) AND ($Choix5 $Choix6 $Choix7) |