PHP Redirect to another page PHP Redirect to another page: Source code <?php header("Location:point_list.php"); (or) header('Location: http://www.ccm.net/forum/'); ?>