Hi Ray,
It's done. I am working on local at this time and I will find a solution to upload it somewhere.
This is the message error that I have:
SELECT infos.email, infos.nom, infos.prenom, infos.niveau, infos.localisation, infos.pays, infos.secteur1, infos.secteur2, infos.secteur3, infos.photo, infos.titre_cv1, infos.cv1, infos.langue_cv1, infos.dip1, infos.obtention1, infos.fichier1, infos.dip2, infos.obtention2, infos.fichier2, infos.dip3, infos.obtention3, infos.fichier3, infos.Statut, flag1.flag AS fl1, flag2.flag AS fl2 FROM infos, (select * from pays_world) AS flag1, (select * from pays_world) AS flag2 WHERE infos.Statut = 'APPROVED' AND infos.localisation=CONCAT(flag1.fr,' - ',flag1.en) AND infos.pays=CONCAT(flag2.fr,' - ',flag2.en) AND
Erreur de syntaxe près de 'LIMIT 30' à la ligne 1 (syntax error near 'LIMIT 30' at line 1)
