I can\'t use PHP in my HTML pages. For example, index.html. I\'ve tried using both:
index.html
contents ?>
and
In order to use php in .html files, you must associate them with your PHP processor in your HTTP server's config file. In Apache, that looks like this:
AddHandler application/x-httpd-php .html