How to display special characters in PHP

前端 未结 9 1298
野的像风
野的像风 2020-11-30 12:24

I\'ve seen this asked several times, but not with a good resolution. I have the following string:

$string = \"

Résumé

\";

9条回答
  •  离开以前
    2020-11-30 13:15

    This works for me. Try this one before the start of HTML. I hope it will also work for you.

    
    
    
    
    

提交回复
热议问题