Hello,

I have some text in a table... the text contains hyperlinks (but not html coded, i.e. plain "Some text...http://www.something.com";)

When i retrieve these texts from the table, i want the hyperlinks to become clickable, i.e. <a href etc added automatically.

"Some text...<a href="http://www.something.com";>http://www.something.com</a>"

I know this sould be done using Regex, but i don't know regex.

Any help (links, examples, etc)

Thanks
Nadim Attari

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to