Hello guys,
I am facing a problem with '$' character. In WML spec, you have to replace '$' with '$$' to display it. Any suggestion how to replace it usign standard functions?
Thanks in advance.
Best regards, Shakil
$a="this is a test $"; echo ereg_replace("\$","$$",$a);