LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wine, ie6 and php (https://www.linuxquestions.org/questions/linux-software-2/wine-ie6-and-php-336236/)

phyrko 06-22-2005 06:59 PM

wine, ie6 and php
 
I am trying to get ie6 working through wine so I can sort out any compatibility issues with my website. Unfortunately, ie6 under wine really does not seem to want to correctly parse php files.

In fact, it seems to just ignore any php scripts in the file completely.

Is there a way to register the file type with ie so that it will execute the script instead of ignoring it?

Thanks

perfect_circle 06-22-2005 07:07 PM

I 've lost you. PHP is executed in the server and the output of php (probably HTML) is sent to the client. A browser is not executing PHP code. Apache (a WEB server) is executing the PHP script.

linuxmandrake 06-22-2005 07:45 PM

are u saying the script does seem to be running at all. If so then IE6 has nothing to do with it. MUst be your code thats incorrect. If u would like help on php then try neverside.com. I will be there too hehe :D

ValidiusMaximus 06-22-2005 10:54 PM

JavaScript is client side. PHP is server side.

phyrko 06-23-2005 06:45 AM

sorry,

you are all spot on. In my haste to see if ie6 was working properly I tried to simply open the php file instead of pointing the browser to localhost. Of course the php scripts were not executed by the server and there was no output.

I guess I can pretend that it was too late at night to be doing this stuff...

Thanks for the responses.


All times are GMT -5. The time now is 02:33 PM.