Published in: PHP
URL: http://bettesmidler.com/code/2009-07-08.htm
Expand |
Embed | Plain Text
function convertUrlsToLinks($content='') { return ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]","<a href=\"\\0\" rel=\"nofollow\">\\0</a>", $content); }
You need to login to post a comment.