I post data from a form on the page 1.htm. The form sends it off to 2.php on submission.
What I would like to do is to write a script that re-sends all HTTP_POST variables on 2.php to a new page 3.php... so 3.php can pick up variables sent from 1.htm with $_POST['blabla'].
Understand what I mean...?
Is this possible to do? I'm thinking like doing something with header() but I haven't been able to find any info...
... maybe it's impossible?
/Daniel