PHP: Reveal result later after answer?

Hey, I have the following html and php code. <form action="Subtraktion (1).php" method="post" target=""> <table> <tr> <td><font face="Roboto Slab" size=+1>Anzahl der Aufgaben eingeben</font></td> <td><input type="Text" name="z" value="" size="" maxlength=""></input></td> <td align="center"><input type="submit" style="font-family: 'Roboto Slab'" background-color="black" name="y" value="Absenden"></td></tr> </table> <br> </form> <?php if((isset($_POST['z'])) and (is_numeric($_POST['z']))) { $zahl = $_POST['z']; { while($zahl>0) { $a = rand(5,…