Hi, I'm trying to figure out how to automatically link the email addresses contained in a simple text from the db when it's printed in the page, using php.
Example, now I have:
Lorem ipsum dolor [email protected] sit amet
And I would like to convert it (on the fly) to:
Lorem ipsum dolor <a href="mailto:[email protected]">[email protected]</a> sit amet