随笔分类 -  PHP

该文被密码保护。
posted @ 2016-04-29 16:35 码上飞飞飞 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2016-04-29 16:25 码上飞飞飞 阅读(1) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2015-11-20 12:22 码上飞飞飞 阅读(2) 评论(0) 推荐(0)
摘要:每次请求的参数不同,浏览器每次都会发请求到服务器获取最新数据例:var timestamp=new Date().getTime(); xxxxx/xxxx/xxxxx/xx.php?time=timestamp参数不同,每次都会请求新的数据 阅读全文
posted @ 2015-11-18 10:34 码上飞飞飞 阅读(106) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2015-10-26 11:51 码上飞飞飞 阅读(0) 评论(0) 推荐(0)
摘要:经典的php验证码类,随笔记一下,以后用的上的时候方便查找。封装的captcha.class.php 1 width = $width;12 $this->height = $height;13 $this->codeNum = $codeNum;14 }15... 阅读全文
posted @ 2015-10-16 11:44 码上飞飞飞 阅读(202) 评论(0) 推荐(0)
摘要:0?$matches[0]:''; function CheckSubstrs($substrs,$text){ foreach($substrs as $substr) if(false!==strpos($text,$substr)){ return true; } return false; ... 阅读全文
posted @ 2015-10-15 18:05 码上飞飞飞 阅读(204) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2015-10-15 16:57 码上飞飞飞 阅读(0) 评论(0) 推荐(0)