Re: [PHP] making e-mail link

2001-06-30 Thread Brad Hubbard
On Fri, 29 Jun 2001 01:28, richard greene wrote: > Bill > > I grabed this function from the www.php.net manual and it works great, it > covers all your bases, except that it will show you > http://www.something.com for http://www.something.com or www.something.com. > If somone knows how to modify

Re: [PHP] making e-mail link

2001-06-30 Thread Brad Hubbard
On Fri, 29 Jun 2001 01:28, richard greene wrote: > Bill > > I grabed this function from the www.php.net manual and it works great, it > covers all your bases, except that it will show you > http://www.something.com for http://www.something.com or www.something.com. > If somone knows how to modify

Re: [PHP] making e-mail link

2001-06-29 Thread richard greene
Bill I grabed this function from the www.php.net manual and it works great, it covers all your bases, except that it will show you http://www.something.com for http://www.something.com or www.something.com. If somone knows how to modify it so it would only show www.something.com when linked, tha

[PHP] making e-mail link

2001-06-29 Thread bill
I use this to replace URLs as links: $text = eregi_replace("(http://[^ ]*)","\\1",$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 PROTECT