怎么新建MySQL数据库

发布时间:2022-09-30 作者:admin
阅读:305
这篇文章主要介绍“PHP导入编码的具体方法及代码是什么”的相关知识,下面会通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“PHP导入编码的具体方法及代码是什么”文章能帮助大家解决问题。


我们经常在导入文件的时候会发现,原本正常的数据,加载到别的地方就发生了乱码,这对于我们的导入使用是非常不方便的。本篇主要针对的是两种编码utf8和gbk,一般来说在这两点上容易出错。下面我们就这两种不同编码的解决方法,分别带来介绍,一起来看看如何设置吧。

php导入到excel-支持utf8和gbk两种编码

1、utf-8编码案例

php导入到excel乱码,是因为utf8编码在xp系统不支持所有utf8编码,转码一下就完美解决了。

<?php
header('Content-Type: application/vnd.ms-excel; charset=UTF-8');
header('Pragma: public');
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Content-Type: application/force-download');
header('Content-Type: application/octet-stream');
header('Content-Type: application/download');
header('Content-Disposition: attachment;filename=www.niutw.com.xls ');
header('Content-Transfer-Encoding: binary ');
?>
<?
$filename='php导入到excel-utf-8编码';
filename=iconv('utf-8', 'gb2312',filename=iconv(
′
 utf−8
′
 ,
′
 gb2312
′
 ,filename);
echo $filename;
?>

2、gbk编码案例

<?php
header('Content-Type: application/vnd.ms-excel; charset=UTF-8');
header('Pragma: public');
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Content-Type: application/force-download');
header('Content-Type: application/octet-stream');
header('Content-Type: application/download');
header('Content-Disposition: attachment;filename=www.iiwnet.com.xls ');
header('Content-Transfer-Encoding: binary ');
?>
<?
$filename='php导入到excel-utf-8编码';
echo $filename;
?>

访问网站的时候就下载到excel里面,要弄单元格区别的话,用table表格做网页的就可以了。


到此这篇关于“PHP导入编码的具体方法及代码是什么”的文章就介绍到这了,更多相关PHP导入编码的具体方法及代码是什么内容,欢迎关注群英网络,小编将为大家输出更多高质量的实用文章!

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:mmqy2019@163.com进行举报,并提供相关证据,查实之后,将立刻删除涉嫌侵权内容。

二维码-群英

长按识别二维码并关注微信

更方便到期提醒、手机管理

7*24 全天候服务

售前 400-678-4567

售后 0668-2555666

售后 400 678 4567

信息安全 0668-2555 118

域名空间 3004329145