Re: [PHP] RegEx gurus help...

2001-12-12 Thread Andrey Hristov
[EMAIL PROTECTED] Sent: Monday, December 10, 2001 4:21 PM Subject: [PHP] RegEx gurus help... I need to replace all relative links in an html doc with absolute links on the fly weather it be an image link, img src='/_imgs/imgs_nav/transPix.gif' width='10' height='13' img src='../_imgs

[PHP] RegEx gurus help...

2001-12-10 Thread Brian V Bonini
I need to replace all relative links in an html doc with absolute links on the fly weather it be an image link, img src='/_imgs/imgs_nav/transPix.gif' width='10' height='13' img src='../_imgs/imgs_nav/transPix.gif' width='10' height='13' a URL, a href=/dealers/index.asp a link to an external JS

RE: [PHP] RegEx gurus help...

2001-12-10 Thread Jack Dempsey
trying to write a regex for all of that -Original Message- From: Brian V Bonini [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 9:22 AM To: PHP Lists Subject: [PHP] RegEx gurus help... I need to replace all relative links in an html doc with absolute links on the fly

RE: [PHP] RegEx gurus help...

2001-12-10 Thread Brian V Bonini
Hey thanks! That was a good starting point... -Brian -Original Message- From: Andrey Hristov [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 9:35 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] RegEx gurus help... The code below does almost

[PHP] RegEx gurus help...

2001-12-07 Thread Brian V Bonini
I need to replace all relative links in an html doc with absolute links on the fly weather it be an image link, img src='/_imgs/imgs_nav/transPix.gif' width='10' height='13' img src='../_imgs/imgs_nav/transPix.gif' width='10' height='13' a URL, a href=/dealers/index.asp a link to an external JS