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 'AND articles_pays.no_pays=148
ORDER BY date_creation desc
' at line 13 444SELECT articles.no,
articletypes.libelle as type_article,
articles.no_langue,
articles.titre1,
articles.corps,
articles.date_creation
FROM articles
INNER JOIN articletypes ON articles.no_articletype = articletypes.no
INNER JOIN articles_pays ON articles_pays.no_article = articles.no
INNER JOIN illustrations ON illustrations.no_article = articles.no
WHERE articles.no_site & 4 = 4
AND articles.no_langue=
AND articles_pays.no_pays=148
ORDER BY date_creation desc
LIMIT 0, 1