Re: [PHP-DB] finding a link in large text blob

2001-12-06 Thread Shooter
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 7:08 AM Subject: [PHP-DB] finding a link in large text blob > Is everyone ignoring me?? This is the third time I have asked for > assistance on this... > > Is there an easy way (say using eregi_replace) to

Re: [PHP-DB] finding a link in large text blob

2001-12-06 Thread Shooter
.))([\w\.]+)/i", "$2$4$5", $message); - Original Message - From: "Terry Romine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 7:08 AM Subject: [PHP-DB] finding a link in large text blob > Is everyone ignoring me?? T

[PHP-DB] finding a link in large text blob

2001-12-06 Thread Terry Romine
Is everyone ignoring me?? This is the third time I have asked for assistance on this... Is there an easy way (say using eregi_replace) to find a link reference in a blob of text and add the anchor around it? Something like: "text has a link to a website at http://www.whatever.com/myd

[PHP-DB] finding a link in large text blob

2001-12-05 Thread Terry Romine
> Trying again... > Is there an easy way (say using eregi_replace) to find a link reference > in a blob of text and add the anchor around it? Something like: > > "text has a link to a website at > http://www.whatever.com/mydirectory/mypage.html ..." > > and converts it to > >

[PHP-DB] finding a link in large text blob

2001-12-03 Thread Terry Romine
Is there an easy way (say using eregi_replace) to find a link reference in a blob of text and add the anchor around it? Something like: "text has a link to a website at http://www.whatever.com/mydirectory/mypage.html ..." and converts it to "text has a link to a websi