categoriegemeentekaart

titel02District Gent Zuid  (Gouw Gent)  (Scouts en Gidsen Vlaanderen)

District Gent Zuid op kaart

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/O14.xml?a=$today");
if (!$xml){exit("Failed to open O14.xml.<br />");}

$myarray = object2array($xml);

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

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

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

Dit is het resultaat:

Sint-Petrus[O1401G]Gent
Sint-Paulus[O1404G]Gent
O.L.V. Met De Glimlach[O1405G]Gent
Scouting in Kriko[O1406G]Gent
De Rots[O1408G]Gent
Sint-Barbara[O1413S]Gent
Akabe Sjim[O1415G]Gent
Sint-Joris[O1417S]Gent

Je kan deze data ook tonen op een google map.

Hulp nodig? aarzel dan niet om ons te contacteren.

subtitelStaat je vereniging hier nog niet vermeld? Registreer je dan snel voor een gratis Jeugdwerker Account!

 
© Jeugdwerker.be - Disclaimer

Jeugdwerker.be - Rapaertstraat 67 - 8310 Assebroek -