php中怎样设置超链接
一、直接写,但是要写在PHP代码块外边。
如:
<a href='xxx'>test</a>
二、在PHP代码中用echo直接输出。
如:
echo "<a href='xxx'><div style="color:transparent">来源gaodai.ma#com搞##代!^码网</div>test</a>";
更多PHP相关知识,请访问搞代码!
以上就是php中怎样设置超链接的详细内容,更多请关注搞代码gaodaima其它相关文章!
php中怎样设置超链接
一、直接写,但是要写在PHP代码块外边。
如:
<a href='xxx'>test</a>
二、在PHP代码中用echo直接输出。
如:
echo "<a href='xxx'><div style="color:transparent">来源gaodai.ma#com搞##代!^码网</div>test</a>";
更多PHP相关知识,请访问搞代码!
以上就是php中怎样设置超链接的详细内容,更多请关注搞代码gaodaima其它相关文章!