I have just found a cool extension to Firefox called Linkification. It turns all plain text links into hyperlinks.

I would like to write a php script that does the same thing for information that I get from a database.

Does anyone know a free script that does this as it would save me having to write one?

Thanks,

Ben.

    look at preg_replace()

    read the user comments

      Write a Reply...