Basically i'm referring to the bar across the top of the screen on this page.
Board index » Programming » PHP - Code
Now i'm having trouble figuring out the best way to accomplish this.
I would like to be able to do it so i just specify the current page "updateavatar.php" and it prints out the hierarchy.
Code: Select all
Site Index -> Settings -> Update Avatar
I guess the first dimension is a constant, so that's easy to figure out. And then you could just make a multi dimensional array? So settings points to multiple pages And from settings you can move down the hierarchy to find it's owners page?
Any suggestions are appreciated.