Forum Moderators: coopster
The reason I ask is that all my pages are indexed by google with an .html extension, and I don't want to have to change them all to .php extension.
When I put <?php
***code here**
?>
in an .html file, it does not work. Only works when the file extension is .php.
Is there anyway to get an .html file to run php code? (this assumes that the .html file is the first one called, and not called by a .php file).