Home > php教程 > php手册 > body text

Thinkphp过滤js失效

WBOY
Release: 2016-06-13 10:17:54
Original
897 people have browsed it

’htmlspecialchars’,//对get,post数据进行htmlspecialchars过滤,这样也不行。

xxxxxx这样的js代码时,需要手动进行htmlspecialchars过滤。

 

<?<span php
</span><span class</span> AdsModel <span extends</span><span  CommonModel {    
    </span><span //</span><span  自动验证设置</span>
    <span protected</span> <span $_validate</span>     =     <span array</span><span (
 
        );
    </span><span //</span><span  自动填充设置</span>
    <span protected</span> <span $_auto</span>     =     <span array</span><span (
            </span><span array</span>('ad_code','getCode',1,'callback'), <span //</span><span  对name字段在新增的时候回调getName方法</span>
<span         );
 
    </span><span protected</span> <span function</span> getCode(<span $ad_code</span><span ){
        </span><span return</span> <span htmlspecialchars</span>(<span $ad_code</span><span );
    }
}</span>
Copy after login

 

 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template