My page

'; // $host_name = $_SERVER['HTTP_HOST']; // echo $host_name; $redirect = true; $redirect_page = 'http://google.com'; if($redirect == true){ header('Location: '. $redirect_page); } ?>