IE9 cannot open the php page. please help me write code in the WAMP environment. every time IE9 runs the php page, a download dialog box pops up, but I can use the 360 browser for normal resolution! In addition, for all other php pages on the internet, my IE9 always pops up a download dialog box, but 360 is displayed normally! What is the reason? I cannot find the reason when I find it online. which IE9 cannot open the php page? please help me.
I write code in the WAMP environment. on the php page running IE9, a download dialog box pops up every time, but I can parse it normally using the 360 browser! In addition, for all other php pages on the internet, my IE9 always pops up a download dialog box, but 360 is displayed normally! What is the reason? I cannot find the reason when I find it online. Can someone help me ??????
------ Solution --------------------
Content-type not configured
------ Solution --------------------
What about Firefox?
How to access it? Is the php file stored in the following directory?
------ Solution --------------------
For IE9, the url of a download dialog box is always displayed.
Run the following code:
$ S = file_get_contents ('actual URL ');
Echo base64_encode (substr ($ s, 0,100 ));
Post result
Or provide a valid link.
------ Solution --------------------
I know what's going on,
The configuration of the php. ini file is incorrect. the dll file for loading the php extension is incorrect. Check the php runtime environment.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.