PHP Redirect to another page

PHP Redirect to another page:

<?php
      header("Location:point_list.php");
      (or)
      header('Location: http://www.ccm.net/forum/');    
?>

Leave a Reply

Your email address will not be published. Required fields are marked *