Kringloop Groene Kruis

Bel [TELEFOON] ([OPENINGSTIJDEN])

U kunt ons bereiken via de onderstaande webites.

query($sql)->fetchAll(); // and somewhere later: $i = 0; $option = ''; foreach ($data as $c) { if($i%4==0) { $option .= "
\n"; } $option .= "
\n"; $loc_site = strtolower($c['loc_website']); $websitename = str_replace(array("http://www.", "https://www."), "", $loc_site); $website = str_replace("/", "", $websitename); $point = $c['loc_pointers']; $pointer = preg_split('/\r\n|[\r\n]/', $point); $option .= "

"; $option .= "".ucwords($website)."\n"; $option .= "
".$website."\n"; $sites = array_unique($pointer); foreach($pointer as $key) { $option .= '
'.$key.''; } $option .= "

\n"; $option .= "
\n"; // sluit col 3 $i++; if($i%4==0) { $option .= "
\n\n"; } // /row } print $option; ?>