Spelerslijst: seizoen $cfg_season
";
$sql = mysql_query("SELECT count(id) FROM spelers");
$count_spelers_items = mysql_result($sql, 0 ,0);
if ($count_spelers_items == '0') {
echo "";
}
else {
include "spelers-goalie.php";
echo "
"; include "spelers-defence.php"; echo "
"; include "spelers-forward.php"; echo "
"; include "spelers-trainers.php"; include "spelers-coach.php"; include "spelers-spelercoach.php"; include "spelers-begeleider.php"; } echo "
Er zijn geen spelers toegevoegd.
"; include "spelers-defence.php"; echo "
"; include "spelers-forward.php"; echo "
"; include "spelers-trainers.php"; include "spelers-coach.php"; include "spelers-spelercoach.php"; include "spelers-begeleider.php"; } echo "