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),