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: http://n4g.khsv.tk/submit.html.jpg (copy the link and paste it in a new window, otherwise it doesn't seem to work)
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: http://n4g.khsv.tk/submit.php.jpg (copy the link and paste it in a new window, otherwise it doesn't seem to work)
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.
Last edited by swiftn4g; 07-31-2004 at 04:17 PM..
|