echo "Nr | Wedstrijd | Uitslag |
\n";
echo "".spel_bestaat_link(85, 1)." | Rijst Piet Teigetje Rick | 21 - 34(1) - 34(4) - 10 |
\n";
echo "".spel_bestaat_link(89, 2)." | Elenitza Fidelity Rober Vogeltje | 40 - 27 - 33 - 38 |
\n";
echo "".spel_bestaat_link(80, 3)." | Gretz Groenteboer Axecrazy F1 | 33 - 28(3) - 22 - 28(2) |
\n";
echo "".spel_bestaat_link(93, 4)." | Tsja Kristelll Bertus Zibbyland | 35 - 21 - 40 - 31 |
\n";
echo "
\n";
echo "".spel_bestaat_link(90, 5)." | Rijst Elenitza Gretz Tsja | 32 - 25 - 20 - 36 |
\n";
echo "".spel_bestaat_link(86, 6)." | Piet Fidelity Groenteboer Kristelll | 35 - 20 - 39 - 38 |
\n";
echo "".spel_bestaat_link(99, 7)." | Teigetje Rober Axecrazy Bertus | 17 - 30 - 25 - 33 |
\n";
echo "".spel_bestaat_link(81, 8)." | Rick Vogeltje F1 Zibbyland | 38 - 42 - 36 - 31 |
\n";
echo "
\n";
echo "".spel_bestaat_link(96, 9)." | Rijst Fidelity Axecrazy Zibbyland | 21 - 36 - 33(2) - 33(10) |
\n";
echo "".spel_bestaat_link(82, 10)." | Piet Elenitza F1 Bertus | 33 - 42 - 28 - 40 |
\n";
echo "".spel_bestaat_link(95, 11)." | Teigetje Vogeltje Gretz Kristelll | 36 - 50 - 38 - 35 |
\n";
echo "".spel_bestaat_link(94, 12)." | Rick Rober Groenteboer Tsja | 32 - 30 - 41 - 37 |
\n";
echo "
\n";
echo "".spel_bestaat_link(83, 13)." | Rijst Rober F1 Kristelll | 25 - 21 - 42 - 33 |
\n";
echo "".spel_bestaat_link(87, 14)." | Piet Vogeltje Axecrazy Tsja | 40(2) - 30(2) - 30(5) - 40(5) |
\n";
echo "".spel_bestaat_link(91, 15)." | Teigetje Elenitza Groenteboer Zibbyland | 30 - 27 - 37 - 25 |
\n";
echo "".spel_bestaat_link(97, 16)." | Rick Fidelity Gretz Bertus | 18 - 15 - 19 - 22 |
\n";
echo "
\n";
echo "".spel_bestaat_link(100, 17)." | Rijst Vogeltje Groenteboer Bertus | 19 - 30 - 24 - 29 |
\n";
echo "".spel_bestaat_link(88, 18)." | Piet Rober Gretz Zibbyland | 31(3) - 31(3) - 19(4) - 19(6) |
\n";
echo "".spel_bestaat_link(84, 19)." | Teigetje Fidelity F1 Tsja | 36 - 27 - 35 - 37 |
\n";
echo "".spel_bestaat_link(92, 20)." | Rick Elenitza Axecrazy Kristelll | 30 - 42 - 25 - 35 |
\n";
?>
Speler |
Punten |
Gesp. |
Tot. score |
Tsja | echo (int)$tsja_totpunten; ?> | echo $tsja['gespeeld']; ?> | echo (int)$tsja_totscore; ?> |
Bertus | echo (int)$bertus_totpunten; ?> | echo $bertus['gespeeld']; ?> | echo (int)$bertus_totscore; ?> |
Vogeltje | echo (int)$vogeltje_totpunten; ?> | echo $vogeltje['gespeeld']; ?> | echo (int)$vogeltje_totscore; ?> |
Groenteboer | echo (int)$groenteboer_totpunten; ?> | echo $groenteboer['gespeeld']; ?> | echo (int)$groenteboer_totscore; ?> |
Elenitza | echo (int)$elenitza_totpunten; ?> | echo $elenitza['gespeeld']; ?> | echo (int)$elenitza_totscore; ?> |
Piet | echo (int)$piet_totpunten; ?> | echo $piet['gespeeld']; ?> | echo (int)$piet_totscore; ?> |
Teigetje | echo (int)$teigetje_totpunten; ?> | echo $teigetje['gespeeld']; ?> | echo (int)$teigetje_totscore; ?> |
F1 | echo (int)$f1_totpunten; ?> | echo $f1['gespeeld']; ?> | echo (int)$f1_totscore; ?> |
|
Kristelll | echo (int)$kristelll_totpunten; ?> | echo $kristelll['gespeeld']; ?> | echo (int)$kristelll_totscore; ?> |
Gretz | echo (int)$gretz_totpunten; ?> | echo $gretz['gespeeld']; ?> | echo (int)$gretz_totscore; ?> |
Rober | echo (int)$rober_totpunten; ?> | echo $rober['gespeeld']; ?> | echo (int)$rober_totscore; ?> |
Rick | echo (int)$rick_totpunten; ?> | echo $rick['gespeeld']; ?> | echo (int)$rick_totscore; ?> |
Zibbyland | echo (int)$zibbyland_totpunten; ?> | echo $zibbyland['gespeeld']; ?> | echo (int)$zibbyland_totscore; ?> |
Fidelity | echo (int)$fidelity_totpunten; ?> | echo $fidelity['gespeeld']; ?> | echo (int)$fidelity_totscore; ?> |
Rijst | echo (int)$rijst_totpunten; ?> | echo $rijst['gespeeld']; ?> | echo (int)$rijst_totscore; ?> |
Axecrazy | echo (int)$axecrazy_totpunten; ?> | echo $axecrazy['gespeeld']; ?> | echo (int)$axecrazy_totscore; ?> |