|
PHP is just an extension that tells your server that there could be some PHP code to parse.
You can also go into you .htaccess file and tell it to parse things with an HTML extension, although I'm not sure how to set that up.
The easier route would be to change everything to PHP pages, put in that code, set a line in your .htacess file to change all .html extensions to .php and you're good to go.
|