Zur Zeit werden außerdem Lesungen an folgenden, zusätzlichen Orten geplant:
\n“;
// Predisposizione array
$lista_luoghi = array();
while($x<$max)
{
$data = mysql_fetch_array ($result);
$data = str_replace("\r","",$data);
$data = str_replace('è' ,'è',$data);
$data = str_replace('é' ,'é',$data);
$data = str_replace('ì²','ì',$data);
$data = str_replace('ò' ,'ò',$data);
$data = str_replace('ù','ù',$data);
$data = str_replace('Ä','Ä',$data);
$data = str_replace('ö','ö',$data);
$data = str_replace('Ö','Ö',$data);
$data = str_replace('ü','ü',$data);
$data = str_replace('Ãœ','Ü',$data);
$data = str_replace('ß','ß',$data);
$data = str_replace('ä','ä',$data);
$data = str_replace('Ã' ,'à',$data);
// lettura dei dati
include("/web/htdocs/www.lampedusa-hannover.de/home/wp-content/themes/twentyfourteen/SKRIPT_data.php");
if($lettura_luogo != "")
{
array_push($lista_luoghi, $lettura_luogo);
}
$x++;
}
// Elimina doppioni da array
$lista_depurata_luoghi = array_unique( $lista_luoghi );
// Ordina array
sort($lista_depurata_luoghi);
// Stabilisce numero casi in array
$numero = count($lista_depurata_luoghi);
echo $string;
$x = 0; $y = 1;
while($x<$numero)
{
echo $y . ". " . $lista_depurata_luoghi[$x] . "
„;
$x++; $y++;
}
echo „
echo „Künftige Lesungen
?>