I have a longtext in my db where i have some special chars like Ã

How i can convert it to "à"? I've tried using utf8_encode and _decode but it seems not work. Document charset is utf8, and longtext field too.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

It's not about encoding but html entities : http://php.net/manual/fr/function.html-entity-decode.php

link|improve this answer
thanks! i'm a axxhole. :( – Luciano Oct 12 '10 at 20:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.