Re: [PHP] Clarify: SEARCH AND replace between

2001-07-22 Thread ReDucTor
$line = ereg_replace("<(*.)>", "", $line); that should remove the tags, and there contents - Original Message - From: Dan Krumlauf <[EMAIL PROTECTED]> To: php list <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 4:33 PM Subject: [PHP] Clarify: SE

[PHP] Clarify: SEARCH AND replace between

2001-07-22 Thread Dan Krumlauf
Sorry I wasn't clear. I need to search for the combo in an html file. Thats why I asked for a regex. So I need to load in the html SEARCH for the tags and anything in between the tags throw out and REPLACE with the contents of a variable and then rewrite the file. My orginal message follows: > I