Hello somewhat of a newbi with PHP. Keeping that in mind I am trying to configure my Xitami for PHP I have added the line
[Mime]
php=application/x-httpd-php
[Filter]
.php=h:\php\php.exe
(yes my drive H is where the PHP is)
and I changed the php.ini and saved it in H:\php and in c:\windows just to cover all the bases.
as long as the file is named .php it works fine but when I try to make a call to PHP inside a .htm or HTML file it doesn't work.
Any suggestions?
<?php echo '<p>Hello World</p>'; ?>
(works with .php but not .htm and it works with *.htm on my server)