Forum Moderators: coopster

Message Too Old, No Replies

HELP! Post data to two destinations

         

astrokid

3:06 am on Aug 21, 2007 (gmt 0)

10+ Year Member



I'm currently work on a project with a registration page. In the form, there are two sets of data (registrant info and login), and I need to submit them to two different destination.

The registrant data such as name, address, email....etc has to post to a third party database through a URL. The login data such as user name and password will be post and store on my end.

Is there a way to do this? Any other suggestions?

Thanks,

Habtom

4:57 am on Aug 21, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The registrant data such as name, address, email....etc has to post to a third party database through a URL. The login data such as user name and password will be post and store on my end.

You can just first save the user name and password on your database upon submitting the form, then redirect the page to example-thirdparty.com/submitform.php?name=$name....
of the thirdparty.

Habtom

jatar_k

11:53 am on Aug 21, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



we have a library thread about it
[webmasterworld.com...]