Hello there,
another ereg(i)_replace problem :mad: I'm trying to do the following
I want '<font color=#123456>blablabla</font>'
to become '<font color="#123456">blablabla</font>'
How do i do this?? I tried something like
$content = eregi_replace("color=#.{7}", "color=\"#.{7}\"", $content);
but that doesn't work (ofcourse?) Many thanks in advance for any help
with regards
Tim de Koning