PHP 处理HTML表单输入字段中的引号字符

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 处理HTML表单输入字段中的引号字符相关的知识,希望对你有一定的参考价值。

htmlentities($this->value, ENT_QUOTES)

// The ENT_QUOTES parameter in the htmlentities() function ensures that single quote characters are encoded, since by default they are not (though double quote characters are). htmlentities() also encodes other characters and is useful for ensuring that characters such as "<" and "&" are not interpreted as HTML special characters.
// source: http://www.primitivetype.com/articles/quotes_inputs.php

以上是关于PHP 处理HTML表单输入字段中的引号字符的主要内容,如果未能解决你的问题,请参考以下文章

PHP输出单引号和双引号作为输入元素的值

PHP表单

PHP对表单提交特殊字符的过滤和处理

PHP对表单提交特殊字符的过滤和处理

PHP 表单验证

PHP 表单验证 - 必填字段