如何使用PHP [已关闭]从已删除的页面回显链接及其文本

So I am in the need of line of code that echos a link so that the $text is the text of the link and the $href is the href value.

echo "<a href='$href'>$text</a><br />
";