Home  >  Article  >  Backend Development  >  php中TEXTAREA问题

php中TEXTAREA问题

WBOY
WBOYOriginal
2016-06-23 13:07:381146browse

如何解决TEXTAREA中含 值的问题。( 出现问题:读取时无法全部读取文件数据。)


回复讨论(解决方案)

在 TEXTAREA 中输入 TEXTAREA 标记是不会有问题的
在 TEXTAREA 标记中赋值 TEXTAREA 标记才会产生歧义
你可以 htmlentities 处理一下待放入的内容

内容里面要做替换==》

谢谢,用 htmlentities函数处理一下再提出来真的就可以了,去了几个地方问都没人回答,纠结了我半天,非常感谢楼上两位帮忙解答。

Statement:
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