how to redirect to a url in php response code example Example: php redirect to url header("Location: http://example.com/myOtherPage.php"); die();