So i thought to make things easier I would use an includes file for my navigation to save changing of so many files.
Anyway I have done this and at first I couldnt figure out why it wasn't working. I thought it should work fine the way it was then I tried echoing out everything on each line of the file I was trying to include which works.
Why is it if your requiring it you have to echo out every line? It seems a bit of a chore, I thought it would see I wanted to include it and just plonk the contents in the page.
Anyway I have done this and at first I couldnt figure out why it wasn't working. I thought it should work fine the way it was then I tried echoing out everything on each line of the file I was trying to include which works.
Why is it if your requiring it you have to echo out every line? It seems a bit of a chore, I thought it would see I wanted to include it and just plonk the contents in the page.