Is this running under Apache? If you're loading it as a module from Apache then you need to make sure that your httpd.conf file is set to allow the PHP engine to parse specific files. In the Apache conf file I believe the line is:

AddType application/x-httpd-php

You can add file types by just leaving a space and then adding the ones you want, for example:

AddType application/x-httpd-php .php .html .htm

Cheers.

Armando

Mark Rees wrote:
Lots of possible solutions on this:

http://www.webmasterworld.com/forum88/4806.htm

And another is... change the extensions on your html files

""Fred"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

PHP5 - Apache2 - XPSP2
New to PHP.
I have done everything I think I need to do to get PHP5 working.
I can link to and execute file.php scripts just fine, but scripts imbedded
with <?php ... ?> in html files are not parsed/executed.
I must have missed something really simple - but I can't find it.
Any ideas?

TIA

Fred.



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to