![]() |
|
|
+ Search |
![]()
|
Aug 16th, 2002 10:05
Alex Dean, Erich Kolb, Mark Kesley,
I believe if you do something like this:
<?php
header("Location: http://www.example.com/");
?>
It will do what you want it to.
Also, be sure that you haven't sent anything to the browser (even
whitespace) before sending a header or you'll get an error. If you have
to output something before sending the header, look at the output
control functions in the PHP manual.