Well I'm using them on my website because I'm tired of changing every page, but I have two questions:
Am I using too many? So far I have 7 includes and intent to have one more, which links with question 2:
On my webpage (www.ruthlessintent.com/web/index.php) I have done everything I liked except the top menu bars at the top. They link in with code in the <head> tags and I think that's what stopping me using an include for them. I tried it but always get an error message or it severely scrambles my page.
How would I do it?
edit:
nevermind I did it, I have a crapload of includes but by splitting the header code and the body code into 2 pages did the trick.