Une faute d'orthographe, une erreur á signaler ? Une précision á apporter ?
Ecrivez moi avec votre info ou votre correction et en indiquant l'url du texte.
FetchDataSimple SELECT t1.id as content_id,t1.module_id as module_id,t1.title as title, t1.url as url, t1.thumbnail as thumbnail,t2.category as category FROM dev_seneweb.content_contents t1 LEFT JOIN dev_seneweb.content_categories t2 ON t2.id = t1.category WHERE MATCH (t1.tags) AGAINST ('') AND t1.module_id=1 AND t1.id != ORDER BY t1.id DESC LIMIT 4