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