随笔分类 - PHP
摘要:每次请求的参数不同,浏览器每次都会发请求到服务器获取最新数据例:var timestamp=new Date().getTime(); xxxxx/xxxx/xxxxx/xx.php?time=timestamp参数不同,每次都会请求新的数据
阅读全文
摘要:经典的php验证码类,随笔记一下,以后用的上的时候方便查找。封装的captcha.class.php 1 width = $width;12 $this->height = $height;13 $this->codeNum = $codeNum;14 }15...
阅读全文
摘要:0?$matches[0]:''; function CheckSubstrs($substrs,$text){ foreach($substrs as $substr) if(false!==strpos($text,$substr)){ return true; } return false; ...
阅读全文

浙公网安备 33010602011771号