• 欢迎访问苗景云的博客

找到文件:
\phpcms\modules\wap\index.php

//根据设置字节数对文章加入分页标记
 

if($maxcharperpage < 10) $maxcharperpage = $WAP_SETTING['c_num'];
$contentpage = pc_base::load_app_class('contentpage','content');
...

发布:苗景云 | 查看全文 | 浏览(1558) | 分类:IT技术&设计 | 评论(0) | 2013年02月07日

/** 
* PHP 过滤HTML代码空格,回车换行符的函数 
* echo deletehtml() 
*/
function deletehtml($str) 

$str = trim($str); 
$str=strip_tags($str,""); 
$str=preg_replace("{\t}","",$str); 
...

发布:苗景云 | 查看全文 | 浏览(1607) | 分类:IT技术&设计 | 评论(0) | 2013年02月07日
« 之后的文章苗景云的博客
<< 向左走,向右走 >>
更早的文章 »