Well my question is this:
I have an HTML form, which when loading on submit it gives me a random number of 1 to 5 in PHP. What I wanted to know was, how could I do that by clicking on the button PHP would select one of the numbers 1 to 5 randomly and then send to a simple roulette in javascript to show the number chosen. In other words, the roulette wheel would simulate rolling and tucking into the chosen number.