Hi,
Im trying to do the following eregi_replace:
$message = eregi_replace("[>]$wordlist","$anotherword",$message);
The problem is that I am loosing the character before the $anotherword because of the [>].. is there a way I can replace the text but keep the first character in the string still?