Im stuck on how to use the rand function with a input form
What im doing is lets say I enter 20 into the input form then hit the submit button.
I want it to proccess a random function.
The random function should random numbers from 0-9 but loop as many times as you put into the input form. so the rand() should loop 20 times. I want the output the rand() puts out each time and have it add up after all the loops.
I am not sure on how to do this.
-Daemon