LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mozilla and php (https://www.linuxquestions.org/questions/linux-software-2/mozilla-and-php-212842/)

blackzone 08-03-2004 05:41 AM

Mozilla and php
 
using redhat linux 9 and Mozilla.

Mozilla can't read php script right?

david_ross 08-03-2004 02:02 PM

It shouldn't have any problems reading a php script as plain text but like any other web browser it won't parse it.

Cerbere 08-03-2004 11:57 PM

PHP is a recursive acronym for PHP Hypertext Preprocessor. The 'Pre' part of this refers to the fact that the PHP portions of a webpage are processed by the server before they are served to a client such as Mozilla. So if you use Mozilla to open a *.php page from a server, the page will appear as expected or intended. However, if you open a local file with Mozilla (or any browser), the PHP portions of the page will be ignored.

Enjoy!
--- Cerbere


All times are GMT -5. The time now is 03:05 AM.