Re: [PHP] Re: How to recognise url in a block of text

2006-10-23 Thread Richard Lynch
FTP your files up there again, but use TEXT instead of BINARY or vice versa? On Wed, October 18, 2006 3:55 pm, AYSERVE.NET wrote: > Hello Guys, > I thought I was home and dry when the program worked fine on my > windows > but when I ran from my Linus server, I keep getting a url like: > http://w

Re: [PHP] Re: How to recognise url in a block of text

2006-10-21 Thread AYSERVE.NET
Wow, that was deep but I'll try to see to what you're saying. Bunmi www.ayserve.net www.budelak.com Robin Vickery wrote: On 18/10/06, AYSERVE.NET <[EMAIL PROTECTED]> wrote: Hello Guys, I thought I was home and dry when the program worked fine on my windows but when I ran from my Linus server, I

Re: [PHP] Re: How to recognise url in a block of text

2006-10-19 Thread Robin Vickery
On 18/10/06, AYSERVE.NET <[EMAIL PROTECTED]> wrote: Hello Guys, I thought I was home and dry when the program worked fine on my windows but when I ran from my Linus server, I keep getting a url like: http://www.website.com/pdf/ED1.pdf%A0 instead of http://www.website.com/pdf/ED1.pdf. I'd look a

Re: [PHP] Re: How to recognise url in a block of text

2006-10-18 Thread AYSERVE.NET
Hello Guys, I thought I was home and dry when the program worked fine on my windows but when I ran from my Linus server, I keep getting a url like: http://www.website.com/pdf/ED1.pdf%A0 instead of http://www.website.com/pdf/ED1.pdf. As a result, the link is not working. Please help. Regards,

Re: [PHP] Re: How to recognise url in a block of text

2006-10-18 Thread Richard Lynch
On Wed, October 18, 2006 3:05 am, Ivo F.A.C. Fokkema wrote: '<(?:(?:https?)://(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-zA-Z0-9]*[a-zA-Z0-9]|[a-zA-Z])[.]?)|(?:[0-9]+[.][0-9]+[.][0-9]+[.][0-9]+)))(?::(?:(?:[0-9]*)))?(?:/(?:(?:(?:(?:(?:(?:[a-zA-Z0-9\\-_.!~*\'():@&=+$

Re: [PHP] Re: How to recognise url in a block of text

2006-10-18 Thread AYSERVE.NET
Hello Robin, I love you man. The solution you gave below just worked perfectly fine. Thanks to all who assisted me on this. I appreciate you all. Regards, Bunmi www.ayserve.net www.budelak.com Robin Vickery wrote: On 17/10/06, Al <[EMAIL PROTECTED]> wrote: AYSERVE.NET wrote: > Please, I need he

Re: [PHP] Re: How to recognise url in a block of text

2006-10-18 Thread Robin Vickery
On 18/10/06, Ivo F.A.C. Fokkema <[EMAIL PROTECTED]> wrote: On Tue, 17 Oct 2006 17:26:42 +0100, Robin Vickery wrote: > On 17/10/06, Al <[EMAIL PROTECTED]> wrote: >> AYSERVE.NET wrote: >> > Please, I need help on how to to recognise url in a block of text being >> > retrieved from a database and p

Re: [PHP] Re: How to recognise url in a block of text

2006-10-18 Thread Ivo F.A.C. Fokkema
On Tue, 17 Oct 2006 17:26:42 +0100, Robin Vickery wrote: > On 17/10/06, Al <[EMAIL PROTECTED]> wrote: >> AYSERVE.NET wrote: >> > Please, I need help on how to to recognise url in a block of text being >> > retrieved from a database and present it as a link within that text. >> > >> > I will apprec

Re: [PHP] Re: How to recognise url in a block of text

2006-10-17 Thread Robin Vickery
On 17/10/06, Al <[EMAIL PROTECTED]> wrote: AYSERVE.NET wrote: > Please, I need help on how to to recognise url in a block of text being > retrieved from a database and present it as a link within that text. > > I will appreciate any help. > Regards, > Bunmi Show us some examples of URL substrings

[PHP] Re: How to recognise url in a block of text

2006-10-17 Thread Al
AYSERVE.NET wrote: Please, I need help on how to to recognise url in a block of text being retrieved from a database and present it as a link within that text. I will appreciate any help. Regards, Bunmi Show us some examples of URL substrings, with any variations, you want to handle. Most li