hi
can someone tell me how i can do a POST method in the middle of my php script?
I'm getting inputs from a form, and I need to "POST" that information onto another server not under my control. they only accept information POSTed to them.
after the POST, i want to manipulate that data and insert the same set of data into my own database.
then redirect to a thank you page.
so, does anyone know how php can do this? i heard that perl has some way of doing this. i would prefer if there's a php way out.
thanks