Hi there,
This is more of a beginners question than a PHP one, so am posting it here.
I'm a bit of a n00b, so forgive the (maybe) silly question!
I have an index.html file for each page on my site (all are in separate directories, so they can be shown as
www.domain.com/blah ) and since I'm using the same navbar for all of them, have created a separate navbar.html file to include, so I only have to make changes to one file.
I've read that the best way of including the latter in the former is by using a PHP include, like this:
http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-pageMy question is this - do I need to setup or activate PHP in control panel? I have no idea about PHP, and am kind of winging it. Tried to search here and google but haven't found a similarly elementary post!
(Alternatively, if there is a better way of doing this then using PHP, eg. HTML5 or CSS, then please feel free to point me in another direction).
Many thanks in advance for your help

Phin