Bluehost Web Hosting Help
Executing PHP code within an HTML document
Problem:
Executing php code within a HTML document
Warning: Deprecated
This article is inaccurate or out of date and should not be used.
Solution:
Deprecated Executing php code within a HTML document is easy. Simply add this line to your main .htaccess file:AddHandler application/x-httpd-php5 .html .php .htmThen, you can insert code into your .html pages like this:
Code:<?php echo "hello world" ?>