want to submit single form to multiple cgi

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
sgibbs
Forum Newbie
Posts: 1
Joined: Sun Dec 01, 2002 7:55 am

want to submit single form to multiple cgi

Post by sgibbs »

Hi there,

I have a single registration form that I need to submit to two different http addresses. I need the registration contact info. posted to one http and I need the "join newsletter" option posted to a third-party vendor cgi.

Is this possible? Are there any php classes that can help me?

Thanks, Shawna
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

well....i would submit the data to one script 1st and then send the username/email to the 3rd party script with a header();

it will work....
Post Reply