Hello guys,
I have a php online form that also uses java. When you click submit it sends away all the inputted information from the page.
I would like to know how I can make it submit this information again and again and again when the submit button is pressed.
As many times a second as possible, the more the better.
As a follow on from that maybe I can add a selection for how many times and how long I want the form to submit for.
For example:
Submit form 50 times a second for 20 minutes when submit button is pressed!
I have a php online form that also uses java. When you click submit it sends away all the inputted information from the page.
I would like to know how I can make it submit this information again and again and again when the submit button is pressed.
As many times a second as possible, the more the better.
As a follow on from that maybe I can add a selection for how many times and how long I want the form to submit for.
For example:
Submit form 50 times a second for 20 minutes when submit button is pressed!