Codice PHP:
$sql "
SELECT tab1.campo1, tab1.campo2, tab2.campo3
FROM tab1, tab2 
WHERE tab1.idcittà = tab2.id 
LIMIT '
$NumCampi'
"