Use the following code to Make a redirect in PHP

header(“Location: https://example.com/myOtherPage.php”); die();