cwl168

2014年6月21日

php 生日提醒程序

摘要: <?php $startdate=time(); //当前时间 $birth="2013-05-13"; // 出生日期 $arr=explode("-",$birth); $arr1=explode("-",date("Y-m-d",$startdate)); $rest=$arr1[0]-$... 阅读全文

posted @ 2014-06-21 14:27 cwl168 阅读(487) 评论(0) 推荐(0) 编辑

验证码(网页的某些图片)在ie 360不显示,在火狐下显示正常

摘要: 解决办法:开始->运行,在运行输入框中输入“regsvr32 c:\windows\system32\pngfilt.dll”(不包含双引号),然后点击确定,如果在出现“已加载c:\windows \system32\pngfilt.dll,但没有找到DllRegisterSever 输入点,无法注... 阅读全文

posted @ 2014-06-21 11:16 cwl168 阅读(372) 评论(0) 推荐(0) 编辑

php匹配中文代码(字符串中包含中文或者全是中文)

摘要: 阅读全文

posted @ 2014-06-21 09:51 cwl168 阅读(1435) 评论(0) 推荐(0) 编辑

导航