Home - Nieuws - Diensten - Adressen - Lid worden
   

Verbond Antwerpen


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

$myarray = object2array($xml);

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

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

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



Dit is het resultaat:

Chiro Pleplo[AG/0103]Antwerpen
Chiro Lore[AG/0104]Antwerpen
Chiro Dolfijn[AG/0108]Antwerpen
Chiro Woka[AG/0201]Wommelgem
Chiro Josto[AG/0202]Deurne (Antwerpen)
Chiro Toreke[AG/0203]Ranst
Chiro Icarus[AG/0207]Deurne (Antwerpen)
Chiro Broechem[AG/0209]Broechem
Chiro Stam[AG/0211]Mortsel
Chiro Terdonck[AG/0302]Schoten
Chiro Don Bosco[AG/0304]Schoten
Chiro T.O.M. & S.A.M.[AG/0308]Merksem (Antwerpen)
Chiro Sint Jozef Bloemendaal[AG/0309]Schoten
Chiro Antoontje[AG/0312]Schoten
Chiro Sint-Job[AG/0313]Sint-Job-in-'t-Goor
Chiro Sint-Jan Vianney[AG/0401]Wilrijk (Antwerpen)
Chiro 't Allemanneke[AG/0402]Wilrijk (Antwerpen)
Chiro Don Bosco[AG/0403]Hoboken (Antwerpen)
Chiro Tempo[AG/0502]Ekeren (Antwerpen)
Chiro Kristal[AG/0503]Stabroek
Chiro Joka[AG/0504]Kapellen (Antwerpen)
Chiro Frelus[AG/0701]Deurne (Antwerpen)
Chiro Joke-Scindal[AG/0706]Wijnegem
Chiro Feniks[AG/0711]Deurne (Antwerpen)
Chiro Sloepi Nieuwmoer[AG/0801]Kalmthout
Chiro Mejoca[AG/0802]Kalmthout
Chiro Gniffel[AG/0803]Wuustwezel
Chiro Happy-Dorp[AG/0804]Essen
Chiro Si-Jo[AG/0805]Kalmthout
Chiro Myin[AG/0808]Kalmthout
Chiro Bethanie[AG/0903]Brasschaat
Chiro Driehoek[AG/0904]Brasschaat
Chiro Ekeren-Donk[AG/0907]Ekeren (Antwerpen)
Chiro Jap[AJ/0204]Borsbeek (Antw.)
Chiro Sint-Jozef[AJ/0303]Merksem (Antwerpen)
Chiro Sloratokels[AJ/0311]Merksem (Antwerpen)
Chiro Jowen[AJ/0408]Wilrijk (Antwerpen)
Chiro Sentroem[AJ/0409]Hoboken (Antwerpen)
Chiro Don Bosco[AJ/0505]Kapellen (Antwerpen)
Chiro Sint-Antonius[AJ/0702]Zoersel
Chiro Sus[AM/0301]Merksem (Antwerpen)
Chiro Sint-Jozef[AM/0303]Merksem (Antwerpen)
Chiro Sint-Filippus[AM/0310]Schoten
Chiro Klinker[AM/0409]Hoboken (Antwerpen)
Chiro Kaart Jongens[AM/0902]Brasschaat

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