PHP: find links in a string and replace them with actual html link tags
posted in /home/PHP on 2010-11-24 |
Currently I'm working on an application that gets data from Twitter. The tweet's string contains links that have to be transformed into html link tags. Here is a simple PHP function that helped me.
Delicious