1.自動分析加入超連結
$row[7] = preg_replace("#(http://[0-9a-z._/?=&;]+)#i","<a
xhref="\1" mce_href="\1" target="_blank">\1</a>", $row[7]);
2.自動加入e-mail
$row[7] = preg_replace("#([0-9a-z._]+@[0-9a-z._?=]+)#i","<a
xhref="mailto:\1" mce_href="mailto:\1">\1</a>", $row[7]);
- Aug 24 Tue 2004 08:20
-
如何將文字自動加入超連結 or Email
請先 登入 以發表留言。