Query delle news errata!!
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 '-5,5' at line 8
SELECT n.idPress as idPress,file, n.data as data, nd.descrizione as descrizione, nd.titolo as titolo, g.onLine as online FROM press_release as n LEFT JOIN generale_a_categorie as gac ON n.idPress=gac.idGenerale LEFT JOIN press_release_descrizioni as nd ON n.idPress=nd.idPress LEFT JOIN generale as g ON gac.idGenerale=g.idGenerale WHERE gac.idCategoria=7 AND (nd.lingue_id=1 and g.onLine=1) ORDER BY n.data desc,n.idPress LIMIT -5,5