1、将文本中的http://domain/url替换成链接: eregi_replace("http://([^ ,\r\n]*)","<a href=\\0 target=_blank>\\0</a>\n",$text)