Header Redirect
First off, we start with one condition.
The following code needs to be placed at the very TOP of the page your using it on.
If you do not it will not work.
CODE
<?php
header("Location: http://www.totaldream.org");
?>
Replace http://www.totaldream.org to the page or website you want to redirect to.
Easy eh!
Sunday May 27, 2007 | http://www.totaldream.org/article/10-header_redirect.html