How do I echo the link and it's text from a sc

2019-09-27 16:33发布

问题:

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";