Home  >  Article  >  Backend Development  >  php读取oracle数据库出现乱码问题

php读取oracle数据库出现乱码问题

WBOY
WBOYOriginal
2016-06-23 14:18:501158browse

Oracle PHP 乱码


用php smarty做的项目,读取oracle数据库数据的时候,中文出现乱码,在本地测试的时候没有问题,配置到服务器上面就不行了,应该是apache或者php.ini的配置出来问题,可是百度了2天的修改方法都解决不了,求大神指点!!!都快疯了,在线等!!!

回复讨论(解决方案)

检查数据库编码  PHP文件编码  显示页面编码...

建议贴出代码以供分析

中文变成问号的原因是:保存在数据库中的数据不能转换为需要的字符集
请在连接数据库时,设置正确的字符集(你多半是只使用了oracle客户端的默认字符集)

建议贴出代码以供分析

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