I've been beating myself up trying to get my php parse inside my html. I have used the following in my .htaccess to no avail.
AddType application/x-httpd-php .html - a dialog box pops up asking me to open a php file
AddType application/x-httpd-php5 .html - Same
AddHandler application/x-httpd-php .html - Same
AddHandler php-script .html - just doesnt parse but looking into the source code you can see the php
AddHandler php5-script .html - Same
I would like to point out as well that a normal .php file runs fine on the server.
What gives?