Page 1 of 1
submitting with php??
Posted: Thu Mar 17, 2005 12:47 am
by hward
I have an html page that submits to someone elses page with a button and what i would like to do is when someone clicks a certain button on my page that button would do what it does now but would also do the click and submit on the other button but only return the results from my site and not show any of the return from the other site. Is there any way to do this? Not really sure if i explained it right or not.
Re: submitting with php??
Posted: Thu Mar 17, 2005 3:00 am
by JayBird
hward wrote:I have an html page that submits to someone elses page with a button and what i would like to do is when someone clicks a certain button on my page that button would do what it does now but would also do the click and submit on the other button but only return the results from my site and not show any of the return from the other site. Is there any way to do this? Not really sure if i explained it right or not.
It may help if you re-read your post and rewrite it using punctuation. That first sentence was way too long!
Posted: Thu Mar 17, 2005 3:38 am
by n00b Saibot
This thing can be accomplished easily with JavaScript.

Posted: Thu Mar 17, 2005 1:27 pm
by feyd
if you used php to process both of these forms as one single form, you can split off the data needed to send to the other site through
curl