Home  >  Article  >  Backend Development  >  IE9打不开php页面,大神请帮忙,该怎么处理

IE9打不开php页面,大神请帮忙,该怎么处理

WBOY
WBOYOriginal
2016-06-13 12:58:21654browse

IE9打不开php页面,大神请帮忙
我在WAMP环境下写代码,IE9运行php页面每次都弹出一个下载的对话康,但是我用360浏览器能够正常解析!另外所有网上其它的php页面我的IE9也老是弹出一个下载的对话框,但是360能正常显示!这是什么原因,网上找了会也找不到原因,有哪位大神能帮帮忙吗??????
------解决方案--------------------
没配置content-type
------解决方案--------------------
火狐下如何? 
怎么访问的? php文件有没有放入跟目录下?
------解决方案--------------------

本帖最后由 xuzuning 于 2012-10-06 11:08:35 编辑 对于用IE9老是弹出一个下载的对话框的url
你执行如下代码:
$s = file_get_contents('真实的url');
echo base64_encode(substr($s, 0, 100));
贴出结果

或者给出有效的链接



------解决方案--------------------
我知道是怎么回事,
php.ini文件配置不对,加载php扩展的dll文件部分不正确。楼主,你还是检查php运行环境。
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