Heim >Backend-Entwicklung >PHP-Tutorial > 求教一个乱码的有关问题

求教一个乱码的有关问题

WBOY
WBOYOriginal
2016-06-13 13:10:12763Durchsuche

求教一个乱码的问题
存储过程:
CREATE DEFINER=`dbmaster`@`%` PROCEDURE `proc_photo_album_add`(
in type_id int(10),
in t_id int(10),
in us_id int(10),
in ctime int(10),
in album_title varchar(30) character set utf8,
in maxnum int(10)
)

php:
$this->db->query('SET NAMES utf8');

还是乱码。

数据库中已经是中文了,查询出来是乱码。求经验丰富的解惑

------解决方案--------------------
查询出来的时候
header("Content-type: text/html; charset=utf-8");

文件编码也保存成utf-8

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