par
virginie » 21 juin 2010, 18:48
Ok pour le pluriel ou singulier j'ai rajoutez * après $recherche
$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
Ok pour le pluriel ou singulier j'ai rajoutez * après $recherche
[php]
$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());
[/php]
Mais je trouve pas pour les majucules ou minuscules, elle fait toujours la différence. Si quelqu'un peut m'aider, merci