
11-06-2009
|
|
|
|
Re: Download instead of viewing php
On 6 Nov, 09:35, Jake <jak...@gmail.com> wrote:
> Hi,
> We have some intranet web pages written in php. *These display correctly
> in any other browser than IE8.
are you sure?
> How do we get IE to interpret php instead of displaying it as text?
php scripts are interpreted by remote server (php engine).. if your
browser displays php source, there is a problem (configuration error)
on remote web server (it don't execute php script and pass it to your
browser in plain format as normal text)
Bye,
Antonio
|