Hi everyone,
I can't explain my problem easily with words alone so I'll use some graphics to clarify my problem.
I'm using a basic html form to get some info from my visitors.
Like this: 
When the visitors have filled out the form and click the "Continue" button the PHP script comes in action, they will then see a page (the actual PHP page) with several buttons.
Like this: 
To submit the info they entered in the html form to all the sites on the php page, the visitors would have to click every "Submit Download To Site" button.
My question is, is there a way to make the script execute all the actions for every site without the visitors having to click every single button?
Regards.