Page 1 of 1

Passing HTTP form data via PHP

Posted: Fri May 12, 2006 11:18 am
by xprophetx
What I'm trying to accomplish is I have a form, hosted on my webserver that when submitted I process via PHP, then I need to take that data and pass it along to a 2nd form handler on an affiliates website via HTTP POST, any ideas how to make this happen? I've exhausted any workarounds I can think of, but there must be some way to accomplish this, any ideas appreciated.

-Jeff

Posted: Fri May 12, 2006 11:20 am
by Burrito
take a look at cURL

Thats it!

Posted: Tue May 16, 2006 9:26 am
by xprophetx
Thanks for the point in the right direction, that was exactly what I was looking for.

Thanks!
Jeff