This is the code I am trying.
echo str_replace("¿","","¿ teste ¿ teste");
I want to find the ¿ in any given string and remove it. But, this code is not working right.
What could I be doing wrong?
EDIT:
I managed using html special code; The link: http://www.utexas.edu/learn/html/spchar.html
Thanks!