Passing HTTP form data via PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
xprophetx
Forum Newbie
Posts: 2
Joined: Fri May 12, 2006 11:04 am

Passing HTTP form data via PHP

Post 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
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

take a look at cURL
xprophetx
Forum Newbie
Posts: 2
Joined: Fri May 12, 2006 11:04 am

Thats it!

Post by xprophetx »

Thanks for the point in the right direction, that was exactly what I was looking for.

Thanks!
Jeff
Post Reply