0

我有这段代码允许我搜索所有数据库。

问题是我得到这个错误:

llegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'

我的查询看起来像这样:

$sql = "select * from hostess where hostess_id like '%$term%' or.....

当我搜索俄语单词时。我怎样才能防止这样做呢?谢谢。

4

0 回答 0