";
for ($i = 0; $i < count($arrRealta); $i++)
{
if ($registrato != $arrRealta[$i]["Registrato"])
{
$txtRegistrato = "LOCALI NON REGISTRATI";
$registrato = $arrRealta[$i]["Registrato"];
if ($registrato == 1)
{
$txtRegistrato = "LOCALI REGISTRATI";
}
echo "

" . $txtRegistrato . "
";
}
if ($registrato == 1)
{
echo "
";
}
else
{
$posto = $arrRealta[$i]["Sigla"];
if ($arrRealta[$i]["Comune"] != "")
{
$posto = $arrRealta[$i]["Comune"] . ", " . $posto;
}
echo "
";
}
}
echo "
";
}
else
{
echo "Nessun luogo in questa regione.