
php
confidence68
这个作者很懒,什么都没留下…
展开
-
PHP防止XSS注入
function RemoveXSS($val) { // remove all non-printable characters. CR(0a) and LF(0b) and TAB(9) are allowed // this prevents some character re-spacing such as // note that you have to转载 2014-06-23 14:42:06 · 731 阅读 · 0 评论 -
php读取excel文件的日期时间出现类似41395的问题解决
只要写一个方法就可以了。fangf原创 2014-06-23 15:11:20 · 1180 阅读 · 0 评论 -
PHP GD 生成图片验证码+session获取储存验证码
下面分享一个PHP制作的图片验证码案例:案例如下图:原创 2014-07-08 12:31:04 · 1900 阅读 · 0 评论