Erreur SQL
SELECT n.* , t.theme , c.category
FROM annu_places_ok AS n
LEFT OUTER JOIN (annu_theme AS t) ON (t.id_unique = n.id_theme )
LEFT OUTER JOIN (annu_category AS c) ON (c.id_unique = n.id_category)
WHERE 1 AND n.valid LIKE 'ok' ORDER BY rank LIMIT 25,24
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 'LIMIT 25,24' at line 6