Create a php script that displays questions & another script that displays the answers?

I created a php script that can randomly display questions.
However I want to display the answers to those questions when someone clicks Display Answers.

How do I create a second php script that will show those random questions answers?
 
Back
Top