\t\n\t\n
\t\t\nE2b Lotto\t\t\n\t\n\t\n";
$lotto = range (1, 49); //erstellt Zahlen von 1 bis 49
shuffle($lotto); //Mischt die Zahlen
//Ich gebe 6 Zahlen aus:
echo "Lottogenerator\t\nLottozahlen
\t\n Die Lottozahlen sind: $lotto[0], $lotto[1], $lotto[2], $lotto[3], $lotto[4], $lotto[5]
";
echo "\t\n";
?>