ThomasJSmart
Programmer
- Sep 16, 2002
- 634
y is it so difficult to find a simple answer to a simple question?
this is what i want:
eregi_replace("<font class=title>*</font>","",$string);
but it dun work
the point is to remove all instances of <font class=title>*</font> from $string. where * is supposed to be a wildcard. So <font class=title>bla</font> and
<font class=title><b>big bla</b></font> would be removed.
thanks,
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
this is what i want:
eregi_replace("<font class=title>*</font>","",$string);
but it dun work

the point is to remove all instances of <font class=title>*</font> from $string. where * is supposed to be a wildcard. So <font class=title>bla</font> and
<font class=title><b>big bla</b></font> would be removed.
thanks,
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!