Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/256.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/56.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在PHP中,从MySql查询正确的引号_Php_Mysql - Fatal编程技术网

在PHP中,从MySql查询正确的引号

在PHP中,从MySql查询正确的引号,php,mysql,Php,Mysql,在我的MySql中,数据存储如下 ....they try to provide time off to employees for volunteering, since they've experienced such a huge growth period and "never got out of start-up mode," .... 但一旦我在PHP中查询它并回显到,它就会显示为 they try to provide time off to employees for v

在我的MySql中,数据存储如下

....they try to provide time off to employees for volunteering, since they've experienced   such a huge growth period and "never got out of start-up mode," ....
但一旦我在PHP中查询它并回显到,它就会显示为

they try to provide time off to employees for volunteering, since they�ve experienced such a huge growth period and �never got out of start-up mode,� 

必须将数据库中我的数据中的所有双引号和单引号替换为
"

将行排序规则更改为UTF-8。

它可能不是单个引号。还有其他一些类似的字符。