Knowledgebase
Using PHP in .html files
If you want to use .html or .htm files but still have it parsed by PHP then you'll need to add a line in your .htaccess file in the directory that the .html file resides in.
Here's the line to add...
AddHandler application/x-httpd-php5 .html .htm
Add to Favourites
Print this Article
Also Read


© 