使用Xheditor遇到的一个有关问题

WBOY
Release: 2016-06-13 11:31:30
Original
905 people have browsed it

使用Xheditor遇到的一个问题。
在编辑器里面写入:echo "error:". $_FILES["file"]["error"]."
"; 
保存
数据库中的


再次修改文章
编辑器内容:echo "error:". $_FILES["file"]["error"]."
";
保存。
数据库后的
是:


无法原样输出:echo "error:". $_FILES["file"]["error"]."
"; 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template