Home - Nieuws - Diensten - Adressen - Lid worden
   

District Zilverbeek


Gebruik dit stukje php-code om links op je website te plaatsen.
<?php
function object2array($object){
$return = NULL;

if(is_array($object)){
	foreach($object as $key => $value)
	$return[$key] = object2array($value);
}else{
	$var = get_object_vars($object);

if($var){
	foreach($var as $key => $value)
	$return[$key] = ($key && !$value) ? NULL : object2array($value);
	}
	else return $object;
	}
return $return;
}


$today = date("Ymd");
$xml = simplexml_load_file("http://scoutnet.be/xml/A15.xml?a=$today");
if (!$xml){exit("Failed to open A15.xml.<br />");}

$myarray = object2array($xml);

$num_marker = count($myarray['A15']['marker']);

echo "<table class=\"snsample\">\n";
for($i = 0; $i < $num_marker; $i++) {
if (($myarray['A15']['marker'][$i]['@attributes']['domain']!='nodomain')&&($myarray['A15']['marker'][$i]['@attributes']['domain']!='')){
	$mylink="<a href='http://www.{$myarray['A15']['marker'][$i]['@attributes']['domain']}'>".utf8_decode($myarray['A15']['marker'][$i]['@attributes']['groupname'])."</a>";
}else{
	$mylink="<a href='http://{$myarray['A15']['marker'][$i]['@attributes']['name']}.scoutnet.be'>".utf8_decode($myarray['A15']['marker'][$i]['@attributes']['groupname'])."</a>";
}
if ($myarray['A15']['marker'][$i]['@attributes']['groupID']!=''){
	$mygroupID='['.$myarray['A15']['marker'][$i]['@attributes']['groupID'].']';
}else{
	$mygroupID='';
}

echo "<tr><td>$mylink</td><td>$mygroupID</td><td>".utf8_decode($myarray['A15']['marker'][$i]['@attributes']['city'])."</td></tr>\n";
}
echo "</table>\n";
?>



Dit is het resultaat:

O.L.V. Notre-Dame[A1501M]Berchem (Antwerpen)
Padvinders van Sint-Stanislas[A1508S]Berchem (Antwerpen)
Sint-Joanna[A1509M]Berchem (Antwerpen)
Prins Van Luik[A1511S]Berchem (Antwerpen)
De Koalabeertjes[A1512G]Berchem (Antwerpen)
Sint-Joris[A1513G]Berchem (Antwerpen)
Sint-Albertus[A1522G]Berchem (Antwerpen)
Sint-Godelieve - Pius XI[A1550G]Berchem (Antwerpen)
Oosterveld[A1573G]Wilrijk (Antwerpen)

Je kan deze data ook tonen op een google map.


Hulp nodig? aarzel dan niet om ons te contacteren.

 

 

Over Spinternet | Contacteer ons | Algemene voorwaarden

Valid XHTML 1.0 Transitional


© Spinternet 2009