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 wouldn't need to repost anything.
If I am missing something, please elaborate. Thanks! "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > 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), so I need to send all the > >POST (or GET... but that is easy) data received by my script onwards to > >another. > > > >Does this make more sense? > > > > > It makes sense, but your solution is messy. Still you can use curl > > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php