I'm using this code to redirect users to another page on my site:
header("Location: [url]http://www.somesite.com/anotherpage.html[/url]");
As far as the PHP manual goes, absolute URIs should be used to be compatible with HTTP/1.1, but that is as far as the manual goes in this matter.
Can anyone tell me how browser compatible this method is?
Will this work in a frame window with most browsers?