I have a string link this :
"Special Word ±"
I want to replace the char ± with +-.
I use str_replace('±','+-',"Special Word ±") but the result still shows:
"Special Word ±"
I have a string link this :
"Special Word ±"
I want to replace the char ± with +-.
I use str_replace('±','+-',"Special Word ±") but the result still shows:
"Special Word ±"