exec('SET NAMES utf8');。 编码基本一致,查询如id=5时正常返回中文数据。 使用$sql="SELECT * FROM table WHERE name LIKE '%$中文%'";没有返回结果。。。。求"/> exec('SET NAMES utf8');。 编码基本一致,查询如id=5时正常返回中文数据。 使用$sql="SELECT * FROM table WHERE name LIKE '%$中文%'";没有返回结果。。。。求">

Heim  >  Artikel  >  Backend-Entwicklung  >  数据库-编码一致,php查询中文时无返回结果

数据库-编码一致,php查询中文时无返回结果

WBOY
WBOYOriginal
2016-06-02 11:28:001025Durchsuche

php数据库

PHP文件补充了header("Content-Type:text/html;charset=utf-8");,数据库是UTF-8编码,查询字段也是UTF-8,php中PDO查询时也$pdo->exec('SET NAMES utf8');。
编码基本一致,查询如id=5时正常返回中文数据。
使用$sql="SELECT * FROM table WHERE name LIKE '%$中文%'";没有返回结果。。。。求大神帮帮忙。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn