Home > Backend Development > PHP Tutorial > 关于字符集的有关问题:phpmyadmin和ipad显示都是乱码

关于字符集的有关问题:phpmyadmin和ipad显示都是乱码

WBOY
Release: 2016-06-13 12:46:48
Original
1007 people have browsed it

关于字符集的问题:phpmyadmin和ipad显示都是乱码
我在phpmyadmin这个mysql管理工具中,建立了一个数据库,其中有一个text字段,建成后发现:它的属性是:latin1_swedish_ci,这说的是字符集是吗?

然后我建立了一个php文件,其中有用form表单向数据库中写入的动作,发现写入以后,在phpmyadmin里查看,全是乱码(汉字是乱码,英文正常),但是,在程序中,把它读出来,它显示却正常,可以正常显示汉字。

但是我用ipad打开它,又显示出乱码。

怎样让它在phpmyadmin中也显示正常?并且在ipad中也显示正常?也就是说,php的字符集,和数据库里的字段的字符集,怎样才能统一?需要把这个“latin1_swedish_ci“属性改成什么?

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template