HostGator 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 .htm
            

Then, you can insert code into your .html pages like this:

Code:
  <?php
                echo "hello world"
              ?>

Knowledgebase Article 228,801 views bookmark tags: addhandler addtype handler mime parse php sethandler


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

This article will explain how to add a PHP handler to your .htaccess files. This is useful if you want to customize the version of PHP that runs your PHP files.
Knowledgebase Article 388,359 views tags: htaccess php

If suddenly when you go to your page, you get nothing on the page. You can still get HTML to display, just not PHP. To serve HTML pages to browsers, we don't associate the Apache processes with your 2
Knowledgebase Article 183,632 views tags: blank page php

The redirection of www.yourdomain.com/default.html or index.html to http://www.yourdomain.com/index.php?act=whatever redirects it to http://www.yourdomain.com/index.php%3fact=whatever In other words,
Knowledgebase Article 1,026,151 views tags: htaccess messing mod php redirect redirects rewrite variable variables

Related Help Content

How do I redirect users to another page using PHP?
Knowledgebase Article 918,317 views tags: header location php redirect redirects

This article will explain how to create MIME types.
Knowledgebase Article 142,484 views tags: create custom extensions files mime types

How to Set different character sets with PHP and HTML to display correctly.
Knowledgebase Article 207,550 views tags: arabic character chinese collation japanese language languages mysql php phpmyadmin sets

Instructions to set different character sets in HTML. Note: Not all character sets will be correctly rendered with this encoding format, but most will. You can find specific information about which ch
Knowledgebase Article 212,659 views tags: arabic change character chinese html japanese language languages sets

How can I adjust the php settings specifically for an Addon Domain?
Knowledgebase Article 319,233 views tags: domain php

How to customize your html or php error pages.
Knowledgebase Article 157,685 views tags: errors php

This article explains how to enable FastCGI for PHP applications.
Knowledgebase Article 158,569 views tags: fastcgi php

How do I change the PHP environment for my site with php.ini?
Knowledgebase Article 796,241 views tags: configuration ini php server