From: "Jonathan Villa" <[EMAIL PROTECTED]>
> I would like submit a form to a page, do some processing on that page,
> then if need be, return to the referrer but also send the submitted data
> along with it... and data is coming from a POST form, not a GET. I
> tried
>
> header('location:'.$refer
Thanks, I'll look into that.
On Thu, 2003-11-06 at 14:31, CPT John W. Holmes wrote:
> From: "Jonathan Villa" <[EMAIL PROTECTED]>
>
> > I would like submit a form to a page, do some processing on that page,
> > then if need be, return to the referrer but also send the submitted data
> > along wit
Thanks... but that is something I wanted to avoid.
If I put each POST var into the url, then it's as if I used a GET method
type...
If I serialize the array and pass it back in the URL, I get
admin.login.php?data=a%3A3%3A%7Bs%3A8%3A%22username%22%3Bs%3A0%3A%22%22%3Bs%3A3%3A%22pwd%22%3Bs%3A7%3A%
--- Jonathan Villa <[EMAIL PROTECTED]> wrote:
> I would like submit a form to a page, do some processing on that page,
> then if need be, return to the referrer but also send the submitted data
> along with it... and data is coming from a POST form, not a GET. I
> tried
>
> header('location:'.$r
4 matches
Mail list logo