You are here: Portal Home > Knowledgebase > Supported Features | Versions > PHP > Executing php code within a HTML document
Executing php code within a HTML document
| Executing php code within a HTML document is easy. Simply add this line to your main .htaccess file. AddType application/x-httpd-php .html .php .htm AddHandler application/x-httpd-php .html .php .htm Then, you can insert code into your .html pages like this: <?php echo "Hello World"; ?> |
Also Read

