Query dei prodotti 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 '-10,10' at line 9
select n.idProdotto as idProdotto, nd.descrizione as descrizione, nd.nome as nome, g.onLine as online FROM prodotti as n INNER JOIN prodotti_descrizioni as nd ON n.idProdotto=nd.idProdotto INNER JOIN generale_a_categorie as gac ON n.idProdotto=gac.idGenerale INNER JOIN generale as g ON gac.idGenerale=g.idGenerale WHERE (gac.idCategoria=2) AND (nd.lingue_id=1 and g.onLine=1) ORDER BY idProdotto LIMIT -10,10