Deze KAPE-ers namen zondag 28 jan deel aan Kampioenschap van Vlaanderen AC Indoor in de topsporthal te Gent met volgende resultaten.
[insert_php]
setlocale(LC_ALL,’nl_NL’);
echo ‘
‘;
global $wpdb;
$wedstrijd = ‘8’;
$query = $wpdb->get_results(“SELECT * FROM wedstrijd_prestaties where wedstrijd_id = ” . $wedstrijd . ” and afstand is not null order by geboortedatum desc “);
foreach ($query as $row) {
echo “
| ” . $row->voornaam . ” ” .$row->naam . “ |
” . $row->omschrijving . “ |
” . $row->afstand . “ |
” . $row->categorie . “ |
” . $row->plaats . “ |
” . $row->medaille . “ |
“;
}
$query = $wpdb->get_results(“SELECT * FROM wedstrijd_prestaties where wedstrijd_id = ” . $wedstrijd . ” and tijd is not null order by geboortedatum desc “);
foreach ($query as $row) {
echo “
| ” . $row->voornaam . ” ” .$row->naam . “ |
” . $row->omschrijving . “ |
” . $row->tijd . “ |
” . $row->categorie . “ |
” . $row->plaats . “ |
” . $row->medaille . “ |
“;
}
echo ‘
‘;
[/insert_php]
Volledige deelnemerslijst