Hello, I am having a weird problem trying to work with a trademark symbol stored in a database.
It is being put into a text field and I want it to be stored in the database as = ™
I tried this:
str_replace('™', '™', $str )
but it doesn't work, any other ideas?
Thanks so much in advance.