使用 php 将某些字符输入到我的 mysql 数据库时,我遇到了一些问题。我正在做的是将用户输入的文本提交到数据库。我无法弄清楚我需要更改什么以允许将任何类型的字符放入数据库并通过 php 打印出来,因为它是假设的。
我的 MySQL 排序规则是:latin1_swedish_ci
就在我将文本从表单发送到数据库之前,我在数据上使用了 mysql_real_escape_string()。
下面的例子
本文:
�People are just as happy as they make up their minds to be.�
� Abraham Lincoln
假设看起来像这样:
“People are just as happy as they make up their minds to be.”
― Abraham Lincoln