In order to parse PHP files with an .html extension, you will need to create an .htaccess file and upload this to your "public_html" folder.
You need to add this to your .htaccess:
AddType application/x-httpd-php5 .html
In order to parse PHP files with an .html extension, you will need to create an .htaccess file and upload this to your "public_html" folder.
You need to add this to your .htaccess:
AddType application/x-httpd-php5 .html