To redirect to another page use Redirect to another page action.
Note: Change the values listed in red to match your specific needs.
//********** Redirect to another page ************ header("Location: anypage.php"); exit();