> --- Lowell Allen <[EMAIL PROTECTED]> wrote:

[snip]

>> Am I overlooking a better solution?
> 
> I'm not sure. To be clear, you're saying that the following two things do
> not behave the same for you:
> 
> header('Refresh: ...');
> 
> <meta http-equiv="Refresh" ...>
> 
> Is this right? I suspect that you might be comparing these instead:
> 
> header('Location: ...');
> 
> <meta http-equiv="Refresh" ...>

Your suspicion is correct, as pointed out earlier by Stuart. Thanks to both
of you for the explanation, and sorry for the confusion.

--
Lowell Allen

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

Reply via email to