Hi all, need a little help -- if I have a use submit a form, is it possible to ALSO send a http POST to another web page. The catch, for me at least, is how do i send this second POST without actually taking the user to the second page. Example <form method=post action='page1.php'></form> Code (markup): When page1.php receives the post (and does it's own processing) I also want it to send a POST to another page. basically, I am trying to integrate two different backend systems. my life will be great if there is a way to have PHP do this.
not sure about the exact codes but i think you can define a variable to be an array and put the variable for the action, not sure if it would work though