Posted by NC on 09/27/01 11:50
Jerry Stuckle wrote:
>
> As others have said - you can't redirect post values. They're
> sent as part of the request for the page, and a redirect doesn't
> resend them.
>
> Your only real choices are to use CURL or send the header
> information yourself.
>
> Then pass the results back to the client.
Alternatively, he could put all necessary information into the form and
POST directly to the page that requires POST inputs...
Cheers,
NC
[Back to original message]
|