How to parse HTML files as PHP on a GoDaddy server
Add the following line to your .htaccess file. If this file doesn't exist
create it.
AddHandler x-httpd-php5-cgi .html (if you are using GoDaddy Linux server)
or
AddHandler application/x-httpd-php .html (if you are using LAMP)
See also