Erreur SQL !
SELECT *,annonceurs.nom as nom, MATCH(resume, corpstext) AGAINST ('offre de stage banque assurance cote d'azur' WITH QUERY EXPANSION) as score from annonces,annonceurs WHERE annonceur=refannonceur and MATCH(resume, corpstext) AGAINST ('offre de stage banque assurance cote d'azur' 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 'azur' WITH QUERY EXPANSION) as score from annonces,annonceurs WHERE annonceur=re' at line 1