随笔分类 -  PHP

【PHP】phpcms 关联连接修复
摘要:1 function _keylinks($txt, $replacenum = '',$link_mode = 1) { 2 $keywords = $this->data['keywords']; 3 4 if($keywords) 5 { 6 $keywords = strpos(',',$key... 阅读全文
posted @ 2016-04-11 14:51 二进制的猫 阅读(286) 评论(0) 推荐(0)
【PHP】phpcms html去除空白
摘要:1 // 文件路径:/phpcms/libs/classes/template_cache.class.php 42行 2 // 第四第五行是新增的 3 $content = $this->template_parse($content); 4 $arrStr = array(" "," ","\t 阅读全文
posted @ 2016-02-18 17:53 二进制的猫 阅读(276) 评论(0) 推荐(0)
【PHP】文件上传限制
摘要:上传文件,只判断后缀,貌似还不是很严谨; 阅读全文
posted @ 2014-01-13 15:03 二进制的猫 阅读(356) 评论(0) 推荐(0)