Re: [PHP] Re: Forwarding POST info from a PHP script

2003-01-07 Thread David Barrett
Why is my solution messy? My script has to deal with a form from ANY server, it is not written simply to process framesets on mine. I can therefore not rewrite the page from which the form is posted (as I won't have access to the server), otherwise I could obviously write an elegant solution that

Re: [PHP] Re: Forwarding POST info from a PHP script

2003-01-07 Thread Marek Kilimajer
David Barrett wrote: Think you may have misread the problem, or I am not good at explaining it ;-) I can receive POST variables fine, and GET. My problem is that when a frameset (which my script renders) contains a form, I need to retrieve the OUTPUT from the form's target (i.e. ACTION tag),

[PHP] Re: Forwarding POST info from a PHP script

2003-01-07 Thread David Barrett
Think you may have misread the problem, or I am not good at explaining it ;-) I can receive POST variables fine, and GET. My problem is that when a frameset (which my script renders) contains a form, I need to retrieve the OUTPUT from the form's target (i.e. ACTION tag), so I need to send all the

[PHP] Re: Forwarding POST info from a PHP script

2003-01-07 Thread Brian McGarvie
Could be an issue on the webserver if PHP has register_globals set to off... "David Barrett" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I want to be able to retrieve POST variable in one PHP script (which is > straight-forward) and then send these from the