I have tried all sorts of ways to get the < in my html string replaced. I have used javascript and php to replace the < and > parts of tags. The '>' is replaced fine, but for some reason I can't get get any regX to replace it.
--sharp
$text=ereg_replace("<","something else");
tried that?