On Tue, 10 Apr 2001 17:16:08 -0400, Daniel ([EMAIL PROTECTED])
wrote:
>I might have misread this comment, but I found the opposite.
>
>In one instance, I had:
>header("Location: $path/newpage.php");
>and in another instance:
>header("Location: newpage.php");

I'm talking about using the full url (http://...), this will update
the address bar every time (in my experience)

>The latter (without the path) did update the address bar properly.

I would stay away from doing it that way, it looks like it could be
confusing for some browsers.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to