Kein Name, kein Spiel
"; echo "Zum Start"; return; } /* Formularbeginn */ echo ""; } function speichern() { $zk = serialize($this); file_put_contents("kopfoop.dat", $zk); } function auswerten($eingabe) { /* Überschrift */ echo "Kopfrechnen
"; /* Spielername */ echo "Hallo $this->spieler," . " Ihr Ergebnis:
"; /* Auswertung */ for($i=1; $i<=$this->anzahl; $i++) $this->richtig += $this->aufgabe[$i]->pruefen(floatval($eingabe[$i])); /* Ausgabe */ echo "$this->richtig von" . " $this->anzahl richtig
"; } } ?>