4
Look, I’m developing the portal for my record label, and I’m having a really boring problem.
I am logging the news, names of Albums, names of artists and so on.
When I register in the BD I play in a field the original name of the artist and in the other field the name to URL using the function url_title
.
The problem is that when the artist’s name has special accents for example: á ê ô í ú à
, etc, it saves the name without this character, but without replacing by a e o i u
, then the field is empty and the incomplete name, the URL is not friendly.
I’ve tried using the str_replace
but I was unsuccessful, it replaced the characters in wrong ways too.
Someone can give me a light or some solution?
No, you can post the code you already have? so it is easier for those who help, already have an idea of what you intend to do.
– stderr