Html encode in PHP

前端 未结 4 834
感情败类
感情败类 2020-11-30 13:49

What is the easiest way to Html encode in PHP?

4条回答
  •  离开以前
    2020-11-30 14:03

    Encode.php

    Encode HTML CODE

    htmlencodeoutput.php

    
    document.write(unescape('%$fianlop'));
    ";
    
    ?> 
     
    

    You can encode HTML like this .

提交回复
热议问题