Here's what I found:
This does not work:
> header("Location: http://www.google.com/", "5");
> That would redirect you to www.google.com in 5 seconds.
According to the documentation, the second param is bool replace, for
replacing header information.This does work: <META HTTP-EQUIV=Refresh CONTENT="x; URL=http://www.example.com/"> Thanks for the help. Steven J. Walker Walker Effects www.walkereffects.com [EMAIL PROTECTED]

