Hi,
I have a lot of text saved as html in a MySQL database. I would like to replace some of the paragraphs, but I have words and vowels which are like this:
á that in MySql is saved as
á
and it's difficult to replace.
Do you know how to do this?
regards