Exemplo n.º 1
0
</h2>
        <?php 
        the_content();
        ?>

    <?php 
    }
} else {
    echo '<p> No content </p>';
}
$clb_ID = 132;
// B.A.S. basketball, ISS 3109
$org_ID = 5;
// rayon oost
$wedstrijd = new Wedstrijd($org_ID);
$wedstrijd->club(5112);
// ISS nr van BAS basketball
// bovenstaand kan ook met $wedstrijd->clubid( 132 );
$wedstrijd->alleen_club_gegevens();
$overzicht = $wedstrijd->overzicht();
#print_r($overzicht);
print "<TABLE>\n";
foreach ($overzicht as $cmp_ID => $data) {
    print "<TR><TD colspan='8' class='table-header'>" . $data['naam'] . "</TD></TR>\n";
    $wedstrijd_lijst = $data['wedstrijden'];
    foreach ($wedstrijd_lijst as $id => $details) {
        print "<TR class='redstuffall'>";
        //print "<TD>" . $details['nummer'] ."</TD>";
        print "<TD>" . $details['datum'] . "</TD>";
        print "<TD>" . $details['tijd'] . "</TD>";
        print "<TD>" . $details['thuisclub'] . ' ' . $details['thuisteamafko'] . "</TD>";