I'm sure this should be easy, but for some reason it is escaping me. No pun intended.
I have the following code
which returnsPHP Code:header('Content-Type: text/plain; charset=UTF-8');
echo htmlentities('Montréal');
I would like it to returnCode:Montréal
Code:Montréal
Any suggestions would be appreciated.






Bookmarks