Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 模块调取的论坛数据,详细内容相关字符怎么过滤!

[复制链接]
360363095 发表于 2010-4-28 10:41:04 | 显示全部楼层 |阅读模式
模块调取的论坛数据,相关字符怎么过滤,如下图

不想出现最后本帖最后由 ★☆、顔sè 于 2010-1-29 17:32 编辑的相关字符。。。怎么整。。。。请高手给个方法,,,或思路。。。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
 楼主| 360363095 发表于 2010-4-28 10:42:19 | 显示全部楼层
调用的标签是$value[message]
回复

使用道具 举报

孙红超 发表于 2010-4-28 11:01:58 | 显示全部楼层
function texthtml($str){
        $str = str_replace(" ","",$str);
        $str = str_replace(" ","",$str);
        $str = str_replace("[attach]","",$str);
        $str = str_replace("[/attach]","",$str);
        $str = str_replace("[","<",$str);
        $str = str_replace("]","/>",$str);
        $str = str_replace("&nbsp;","",$str);
        $str = preg_replace("/<.+?>/i","",$str);
        $str = preg_replace("/[rn]{1,}/isU","
        rn",$str);
        return $str;
        }
此函数放到 function 文件夹下的 common.func.php 里面
调用信息的 时候 {eval echo(texthtml($value[message]));}
回复

使用道具 举报

 楼主| 360363095 发表于 2010-4-28 11:03:29 | 显示全部楼层
恩。。。不错。。。谢谢LS。。我去试下!!!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-11 02:18 , Processed in 0.033076 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表