You could always modify your .htaccess file to allow PHP to parse in HTML files.
Add the following lines to .htaccess file:
Code:
RemoveHandle .html .htm
AddType application/x-httpd-php .php .htm .html
-Moatist
__________________
Think in code; Dream in digital.
<?php if($helpfull == true){ $talkupation++; } ?>
|