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.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
echo "<a href='$href'>$text</a><br />\n";
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 />\n";