Home - Nieuws - Diensten - Adressen - Lid worden
   

Verbond Leuven


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

$myarray = object2array($xml);

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

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

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



Dit is het resultaat:

Chiro Werchter[PG/0105]Werchter
Chiro Titika[PG/0111]Kampenhout
Chiro Karoo[PG/0201]Bierbeek
Chiro Hekeko[PG/0204]Kessel-Lo (Leuven)
Chiro Spirit[PG/0209]Heverlee
Chiro Holsbeek Plein[PG/0214]Holsbeek
Chiro Blauwput[PG/0220]Kessel-Lo (Leuven)
Chiro Don Bosco Kessel-Lo[PG/0221]Kessel-Lo (Leuven)
Chiro Jeugddroom[PG/0305]Halle-Booienhoven
Chiro Nemas[PG/0307]Binkom
Chiro Paradiso[PG/0402]Schaffen
Chiro Mais Bekkevoort[PG/0405]Bekkevoort
Chiro Scherpenheuvel[PG/0406]Scherpenheuvel-Zichem
Chiro Herent[PG/0502]Herent
Chiro Blanden[PG/0504]Oud-Heverlee
Chiro Kadee[PG/0506]Korbeek-Dijle
Chiro De Voerratten[PG/0507]Leefdaal
Chiro Doeritsan[PG/0508]Bertem
Chiro Jevati[PG/0606]Tielt-Winge
Chiro ESJEEWEE[PG/0607]Sint-Joris-Winge
Chiro Heilig Hart Ourodenberg[PG/0608]Aarschot
Chiro Sint-Anna[PJ/0109]Baal
Chirojongens Sint-Niklaas[PJ/0604]Rillaar
Chiro Vlierbeek[PM/0216]Kessel-Lo (Leuven)
Chiro Rillke[PM/0604]Rillaar

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