I am using css to create navigation buttons an php for the " include function ". I want the "selected page" button to apear different to the others using a <div>.
This was getting very complicated as I needed a different file to include for every page and if I added yet another page I would have lots of files to alter.
Example
I then thought about using an array method and have come up with this very rough method.
But I am back to the same problem with the selected page !!
Can anyone help to get either method working please ( I have $page = home; etc. on every included page so the code knows which page is displayed. )
Anthony