I have a rather confusing problem but i'll try and explain.
i am looking for a php function that can perform a manual http POST to a third party action page. Essentially, user email addresses are to be sent to a third party action page (in addition to my own) for entry into their database. However, this must be transparent to the user, as i dont want them to have to click 'submit' twice to send the data to two different action pages, and i dont want them to be redirected to the third party website!
i dont have direct access to the third party database myself, hence the email addresses must be sent via their action page and cannot be inserted directly.
i have found a function http_post_data() that looks like it may perform the action i'm looking for, but it is very poorly documented on the php site. Does anyone have experience of this function who could give me some more info or ideally examples of its use? Is there perhaps a more suitable method of performing this task?
Any help is greatly appreciated.
Cheers, Rich