Hi all
I've been trying to figure out how I would accomplish my problem mentioned in the titl of this thread with no luck. I've looked at a combination of using strstr, str_replace, substr and strpos.
What I'd like to do is manipulate a paragraph so that if there is a web address in it, it gets an <a> tag wrapped around it with the href pointing to the web address.
Can anyone give me some suggestions please? :)