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" ?>
 256,758 views
                    
 bookmark
 share
                        
 E-mail
 Twitter
 Google Bookmarks
 Facebook
 MySpace
 Digg
 Reddit
 Delicious
 LinkedIn
 StumbleUpon
tags: