I have the following content in a $ description variable:
Iwouldlikethewords"metallic" "plastic" "dimensions" to be normal. What should I use?
I solved with html_entity_decode () the final code looks like this:
$descricao = html_entity_decode($descricao);