当我将格式化文本从MS Word复制并复制到My WySwung编辑器时。在提交表单服务器时,会给出以下响应。
Forbidden
You don't have permission to access /administrator/uploadprocess.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request
我删除了htcaccess文件。但仍有同样的问题。请帮忙
答案 0 :(得分:1)
我认为这是因为你是从ms字复制数据并且将编码后的字符转到mysql并且有问题所以是的我认为你应该使用mysql_real_escape_string函数。虽然你提到的其他两个问题仍然很奇怪。请提供一些更详细的信息,当你不从word粘贴时会出现这些问题吗?