欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

php-GridView显示PHP从数据库中查询获取的信息,英文显示正常,中文显示"??“

程序员文章站 2022-05-09 21:09:38
...
phpgridview

public function query($query)
{
$result = mysql_query($query, $this->link)or die("失败");

    $this->result = $result;    if ($result == false)        trigger_error('Uncovered an error in your SQL query script: "' . $this->error() . '"');    return $this->result;}
相关标签: php gridview