codice:
SELECT * 
FROM itinerario
INNER JOIN percorso ON itinerario.id = percorso.itinerario
WHERE itinerario.id = $id