I already asked this before on this forum but the response I got didn't work. I need a script that changes a URL in a text to a HTML link:
---Text in a Variable---
Hello this is a text that needed to be converted: http://www.phpbuilder.com/ and I hope it will work
---end---
this needs to be converted to:
---Text in a Variable after conversion---
Hello this is a text that needed to be converted: <A HREF="http://www.phpbuilder.com/">http://www.phpbuilder.com/</A> and I hope it will work
--end---
Gr.
Kasper