/ Published in: Other
Expand |
Embed | Plain Text
$str = ereg_replace("(https?|ftp)(://[[:alnum:]+$;?.%,!#~*/:@&=_-]+)", "<a href="\1\2" target="_blank">\1\2</a>" , $str);
You need to login to post a comment.
$str = ereg_replace("(https?|ftp)(://[[:alnum:]+$;?.%,!#~*/:@&=_-]+)", "<a href="\1\2" target="_blank">\1\2</a>" , $str);
You need to login to post a comment.