IE9 can't open php page, god please help
I write code in the WAMP environment, IE9 run PHP page every time a download of the dialogue, but I use 360 browser can parse the normal! In addition all other online PHP page My IE9 also always pop up a download dialog box, but 360 can display normally! What is the reason, the online search will also find no reason, there is any big God can help??????
------Solution--------------------
Not Configured Content-type
------Solution--------------------
How about under Firefox?
How to access it? Does the PHP file have been placed in the directory?
------Solution--------------------
This post was last edited by xuzuning on 2012-10-06 11:08:35
For a URL that always pops up a downloaded dialog box with IE9
You execute the following code:
$s = file_get_contents (' real url ');
Echo Base64_encode (substr ($s, 0, 100));
Post the results
or give a valid link
------Solution--------------------
I know what's going on,
The php.ini file is not configured correctly, and the DLL file portion of the PHP extension is loaded incorrectly. Landlord, you still check the PHP operating environment.