It work when out in brower! But when I save to file, nothing change! :)
Ruben van Engelenburg wrote:
> This is the same question that McHenry asked today.
> The answer is simple: use html_entity_decode():
>
>
> <?php
> echo html_entity_decode('Thuyền Và Biển');
> ?>
>
> HTH.
> Ruben.