$sql = mysql_db_query($sql_bdd,"SELECT * FROM $table2 WHERE MATCH (titre,description) AGAINST ('+$recherche' IN BOOLEAN MODE) ORDER BY id DESC LIMIT ". $_GET['debut'] .",". $nb_affichage_par_page ." ;",$db_link) or die(mysql_error());
$sql = mysql_db_query($sql_bdd,"SELECT * FROM $table2 WHERE MATCH (titre,description) AGAINST ('+$recherche' IN BOOLEAN MODE) ORDER BY id DESC LIMIT ". $_GET['debut'] .",". $nb_affichage_par_page ." ;",$db_link) or die(mysql_error());
$sql = mysql_db_query($sql_bdd,"SELECT * FROM $table2 WHERE MATCH (titre,description) AGAINST ('+$recherche*' IN BOOLEAN MODE) ORDER BY id DESC LIMIT ". $_GET['debut'] .",". $nb_affichage_par_page ." ;",$db_link) or die(mysql_error());
Mais je trouve pas pour les majucules ou minuscules, elle fait toujours la différence. Si quelqu'un peut m'aider, merci