Yes.
At least it is on Apache servers, you can use .htaccess files to cause the Apache to send .html files through the PHP processor.
You have to have the right Apache directive permissions for it to work.
Put this in a text file...
Code:
AddType application/x-httpd-php .html
... save it to your web server as
.htaccess