I would like to use the php #include statement so that I can have a uniformed footer on the bottom of every page. How can I do this without making each page I put the #include statement on php?
<? include 'filename.htm'; ?>
As far as I know, if I use the above statement I need to make the web page a php file, not html, so that the code will work. But this doesn't really seem right... having all of my web pages .php instead of .htm because of the include statement?
thanks
<? include 'filename.htm'; ?>
As far as I know, if I use the above statement I need to make the web page a php file, not html, so that the code will work. But this doesn't really seem right... having all of my web pages .php instead of .htm because of the include statement?
thanks