location.href='$url'"; } } else { $url = 'index.php?page=error&error=15'; echo ""; } if ($positie == '1') { $pos = "Goalie"; } elseif ($positie == '2') { $pos = "Defender"; } elseif ($positie == '3') { $pos = "Forward"; } else { $pos = "Bench"; } if ($type == '1') { $typ = "Speler"; } elseif ($type == '2') { $typ = "Trainer"; } elseif ($type == '3') { $typ = "Begeleider"; } elseif ($type == '4') { $typ = "Coach"; } else { $typ = "Speler/Coach"; } if ($nummer == '') { $num = ""; } elseif ($nummer == '0') { $num = ""; } else { $num = "

Nummer:

$nummer

"; } echo "

$naam $achternaam

Naam:

$num

Positie:

$pos

Functie:

$typ

"; } ?>