Problem with products query!
select c.idCategoria as idCategoria,parentID, nome from categorie as c INNER JOIN categorie_descrizioni as cd ON c.idCategoria=cd.idCategoria where c.idCategoria= and cd.lingue_id=1
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 cd.lingue_id=1' at line 1