I can't use PHP in my HTML pages, e.g. index.html. I've tried using both:
<? contents ?>
and
<?php contents ?>
but neither works. My server offers PHP, and when I use a .php extension, it works properly. Is this a problem or do I have to change any preferences in php.ini?
