当前位置:首页 > 设计在线 > 程序应用 > PHPWind > phpwindV6.3关于引用帖子时出现乱码问题

phpwindV6.3关于引用帖子时出现乱码问题

点击次数:135 次 发布日期:2008-09-19 14:22:04 作者:源代码网
源代码网推荐
打开:require/postreply.php

查找:
$old_content = stripslashes($atcarray["content"]);

源代码网整理以下

源代码网整理以下修改为:

源代码网整理以下

$old_content = $atcarray["content"];

源代码网整理以下打开:ajax.php
查找:

$old_content = stripslashes($atcarray["content"]);

源代码网整理以下修改为:

源代码网整理以下

$old_content = $atcarray["content"];

源代码网供稿.
网友评论 (0)
会员中心
设计在线
本站推荐
设计在线之精华