I made a script that displays flash cards, and it automatically refreshes the page after so many seconds.
What I want to do now, is have the answer to the previous flash card problem, show in the top left corner of the card, while it shows a new problem in the middle of the card.
see card image below : it displays 42 (from previous 6x7)
and then a new question in the middle
================
| 42 | | |
================
| | | |
| | 8 x 3 | |
| | | |
================
| | | |
================
I have it work out the answer after it generates the numbers, and then want to include the answer value in the refresh.
I want it to generate flash.php?ans=24 for the next reload
How do I do that?
What I want to do now, is have the answer to the previous flash card problem, show in the top left corner of the card, while it shows a new problem in the middle of the card.
see card image below : it displays 42 (from previous 6x7)
and then a new question in the middle
================
| 42 | | |
================
| | | |
| | 8 x 3 | |
| | | |
================
| | | |
================
I have it work out the answer after it generates the numbers, and then want to include the answer value in the refresh.
I want it to generate flash.php?ans=24 for the next reload
How do I do that?