【发布时间】:2013-02-19 13:19:27
【问题描述】:
如何在php代码中使用img标签?:
这是我目前的代码:
$message = $message."...<br /><a href=\"".$mybb->settings['bburl']."/".$announcement['threadlink']."\">".$lang->messagemore."</a>";
我希望使用图像而不是".$lang->messagemore.",但我不知道如何在 php 中使用 img 标签:|
我试过谷歌搜索,但我只从 html 中找到一些标签信息,但没有从 php 代码中找到。
<img src="/res/gif/bullet_info_sq.gif" alt="" />
但我希望在 php 中使用它,以便我可以使用您的帮助。
非常感谢!
【问题讨论】: