Hi,
I am making a dynamic web site from a database. The database contains a field that has the html special character #233; (which converts to an e with an accent on it).
I'm generating URLs out of the field, and would like to strip the #233; character out and replace it with an empty space. I've tried various functions to do this, including strtr() and str_replace(), and they seem to have no effect.
Can anyone suggest a function that would be appropriate for this problem?
I am making a dynamic web site from a database. The database contains a field that has the html special character #233; (which converts to an e with an accent on it).
I'm generating URLs out of the field, and would like to strip the #233; character out and replace it with an empty space. I've tried various functions to do this, including strtr() and str_replace(), and they seem to have no effect.
Can anyone suggest a function that would be appropriate for this problem?