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