Ah, then all you need to do is place an .htaccess file with the following:
<Files "*.html">
ForceType application/x-httpd-php
</files>
This is assuming your apache mime type for PHP files is application/x-httpd-php. If it's set up the standard way it will be. Give it a shot.