parsing html docs with php
Posted: Wed May 24, 2006 6:40 pm
So am I correct in assuming, creating a .htaccess file with the following:
AddType x-mapp-php4 .html .htm
will allow php code in a .html file to be executed (i.e. index.html)?
IS this pretty much the best solution if you have code in your index file that needs executing?
I know this is kind of basic, but I just need some reassurance! After all I am a code baby.
AddType x-mapp-php4 .html .htm
will allow php code in a .html file to be executed (i.e. index.html)?
IS this pretty much the best solution if you have code in your index file that needs executing?
I know this is kind of basic, but I just need some reassurance! After all I am a code baby.