Thanks for that Micha.
Now I understand why it's not a good technique.
G
"Michael Fesser" <netizen@gmx.net> wrote in message
news:gjtmr09inerc4md0pkkgpicfpap8u8nmml@4ax.com...[color=blue]
> .oO(Ged Robinson)
>[color=green]
> >I had trouble with this error, then I saw someone recommend using another
> >way to perform the redirection, for example, like this....
> >
> >$url=$HTTP_REFERER;
> >print("<meta http-equiv=\"refresh\" content=\"3;URL=$url\">");[/color]
>
> The correct way for redirects is sending an appropriate status code back
> the browser. Additionally the HTTP referrer is unreliable.
>[color=green]
> >I don't understand enough to know whether using this method can be[/color][/color]
dangerous[color=blue][color=green]
> >or not recommended for some reason. Maybe not all browsers support it[/color][/color]
???[color=blue]
>
> You should read this:
>
> Use standard redirects: don't break the back button!
>
http://www.w3.org/QA/Tips/reback
>
> Micha[/color]