Hi,
I've never used a reg exp, but I was trying to do something simple, and I just can't 
seem to do it :)

I have a varible $fdata which contains the contents of a webpage, and I want to strip 
out the <base> tag.

I try:
$fdata = preg_replace("<base.*>","",$fdata);

But its stripping out everything between the first "<base" and the last ">" on that 
line, instead of the of the ">" at the end of the base tag

Hope that makes sense :)
TIA
Andrew

Reply via email to