Page 1 of 1

want to submit single form to multiple cgi

Posted: Sun Dec 01, 2002 7:55 am
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

Posted: Sun Dec 01, 2002 10:08 am
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....