Redirect to one of two pages after data submitted, depending on the current url

using this

header("Location: http://example.com/myOtherPage.php");
die();

this redirects the page to whatever link we put there, if we want to choose depending if is one or another, its possible to use this inside a if statement. I only do not put the code here cause I do not full understand the code above…, but I would do it this way