I use this to replace URLs as links:
$text = eregi_replace("(http://[^ ]*)","<a href=\"\\1\">\\1</a>",$text);
What can I use to replace email addresses (like "[EMAIL PROTECTED]") as
e-mail links?
kind regards,
bill hollett
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] making e-mail link bill
- Re: [PHP] making e-mail link richard greene
- Re: [PHP] making e-mail link Brad Hubbard
- Re: [PHP] making e-mail link Brad Hubbard

