setlocale(LC_ALL, 'nl_NL');
if (file_exists('ftp://ftp.knmi.nl/pub_weerberichten/basisverwachting.xml'))
{$xmlo = simplexml_load_file('ftp://ftp.knmi.nl/pub_weerberichten/basisverwachting.xml');
$kop = $xmlo->xpath("//field_content");
$koptekst = "".$kop[0]."
";
echo $koptekst;
echo $kop[2],"
";
}
?>