Erreur SQL !
SELECT *,annonceurs.nom as nom, MATCH(resume, corpstext) AGAINST ('d'ouvrage' WITH QUERY EXPANSION) as score from annonces,annonceurs WHERE annonceur=refannonceur and MATCH(resume, corpstext) AGAINST ('d'ouvrage' WITH QUERY EXPANSION) ORDER BY score DESC;
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ouvrage' WITH QUERY EXPANSION) as score from annonces,annonceurs WHERE annonceur' at line 1