diff --git a/progp/24-11-28/aufstellung.php b/progp/24-11-28/aufstellung.php new file mode 100644 index 0000000..54852dc --- /dev/null +++ b/progp/24-11-28/aufstellung.php @@ -0,0 +1,55 @@ + + + + + + Document + + +

Volleyball: Spieler anzeigen

+

Wälen sie im aus was sie sehen möchten:

+
+ +
+
+ + +".$info_auswahl.""; + echo "----------------------------
"; +} else{ + echo " "; +} + +function ausgabe($wer){ + for($i=0; $i < count($wer); $i++){ + echo $wer[$i]."
"; + } +} + +switch ($info_auswahl) { + case "startaufstellung": + ausgabe($startaufstellung); + break; + case "ersatzspieler": + ausgabe($ersatz); + break; + case "kader": + ausgabe($startaufstellung); + ausgabe($ersatz); + break; + default: + echo " "; +} + +?> \ No newline at end of file