Hi,
I'm trying to replace one dollar sign to two dollar signs with ereg_replace with no luck. My code is adding two dollar signs in the end of the text no matter what text I have. I'm using the following code
$text = ereg_replace("$", "$$", $text);
I guess I'm doing some simple error here? Any help are highly appreciated!
/Simon