Yes that's right.. It's a standard HTTP/1.0 command I'm pretty sure so yeah.

Actually referring to the rfc docs it could date back to even eariler HTTP
standards too..

Hmm.. Yeah just don't send anything but header's and you can successfully
redir. with that header("Location: xxx"); function..





------oOo---------------oOo------

 Julien Bonastre [The_RadiX]
 The-Spectrum Network CEO
 [EMAIL PROTECTED]
 www.the-spectrum.org

------oOo---------------oOo------

----- Original Message -----
From: "Chris Shiflett" <[EMAIL PROTECTED]>
To: "Sascha Braun" <[EMAIL PROTECTED]>
Cc: "PHP Mailingliste" <[EMAIL PROTECTED]>
Sent: Monday, September 23, 2002 10:22 AM
Subject: Re: [PHP] Redirection


> Sascha Braun wrote:
>
> >I want to post a form and after parsing i want to redirect the user to
the home page.
> >
> >header() doesn't work in this circumstance, what can I do else?
> >
>
> header() does work in this circumstance. In what way do you think it
> doesn't?
>
> header("Location: http://www.google.com/";);
> exit;
>
> Include that code "after parsing", and your users will be redirected to
> Google's Web site. I'm not aware of any Web client that does not support
> this, regardless of how old or uncommon.
>
> Chris
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to