mdenin_select("SELECT * FROM movie&"/> mdenin_select("SELECT * FROM movie&">

Home  >  Article  >  Backend Development  >  mysql搜索不到数据,呀

mysql搜索不到数据,呀

WBOY
WBOYOriginal
2016-06-13 11:38:30753browse

mysql搜索不到数据,急呀,在线求救
网站采用utf-8保存数据。读取数据,写入数据都采用:
mysql_query("set names 'utf-8'")

搜索数据库表中时,只要是中文的,大部分搜索不出来。

$add=$sql->mdenin_select("SELECT * FROM movie WHERE `a0`  LIKE '%$so%' LIMIT 0 , 1000");




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