Page 1 of 1

Displaying plain text with clickable links

Posted: Wed Sep 29, 2004 6:00 pm
by stephanieb
Hello,

I need to take some plain text which may contain some url links from the database and display them online - as plain text with clickable links.

Does anybody have an idea of how I can do this?

Thanks,
Stephanie :)

Posted: Wed Sep 29, 2004 6:41 pm
by tim
you could use an array of different regular expressions to capture the link format and insert the correct tags to display them as links on the page.