Errore della query: 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 '' at line 8.SELECT s.nome, s.stelle, s.id, ur.url, im.url_image,
s.lowPrice, (SELECT citta FROM citta WHERE id_citta = s.citta) as citta,
(SELECT regione FROM regioni WHERE id_regione = s.regione) as regione,
s.distanza_aeroporto, s.distanza_stazione, s.distanza_autostrada,
s.tag_title, s.description
FROM struttura AS s INNER JOIN urls AS ur ON s.id = ur.id
INNER JOIN img_strutture as im ON s.id = im.id_struttura
WHERE s.online=1 AND s.cancellato=0 AND ur.tipo = 'S' AND im.ordine = 1 AND s.id =