Hello,
I need to know how to do the following.
I have a form that submits a post to a 3rd party's website.
So the information being posted is lost to me as far as I know.
What I am wondering is how to have an intermediate form
open and close very fast and add the $POST variables
to $SESSION variables so I can use them later. Nothing
needs to display on the HTML page at all.
I would expect that a Action to the URL needs to be on this
temporary form and somehow a submit needs to be executed
with PHP code.
How do I do this?