Ok, so I am a total PHP n00b so I will explain my problem then say how I would personally logically solve it.
I am creating a website using a php include at the top of the page (same for every page on the site) and one for the bottom of the page. Basically what I want to do is have (what I call) a tree at the top of my page inside my header include file. By tree I mean something like "Home> Tutorial> Html Tutorial > using tables Tutorial". This would of course change based on the page that is being viewed.
My logical solution:
Instead of my tree text in pure html I would have something like "home + Variable". The variable would then be specified at the top of my html file that is the content for the page.
I hope that all makes sense. I would be really grateful if someone could tell me how to do this using PHP. Thank in advance