Basically I want to submit a form to two locations: one on my server and one remote.
Ideally, I'd like to not have the user submit two forms. What I was thinking was, take the form submit on my server, so stuff with it, then send the exact same submitted data along to another server in header()'s or connections or something (I was actually going to send the data before I did stuff with it on my server).
But I don't have my PHP book with me, and I was hoping you'd be able to tell if what I'm thinking of isn't possible, or if is, the geernal idea of where to look in the manual on php.net