My experience was with the Location keyword, it might work better with the
Redirect keyword in the header function. I stopped using header and Location
after a few problems and <meta> has never failed for me. MHO.

Aaron

On 12/9/05, Michael Hulse <[EMAIL PROTECTED]> wrote:
>
> On Dec 9, 2005, at 11:35 PM, Aaron Koning wrote:
> > Its been my experience that meta tags work better.
>
> I guess what you are saying is that this:
>
> <meta http-equiv="refresh"
> content="0;url=https://www.theNewUrl/forward.html";>
>
> Is better than this:
>
> header("Refresh: 0; URL=https://www.theNewUrl/forward.html";);
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Reply via email to