you could always use include. to do this, simply put the content you want to display in a seperate file.. for instance, nav.php and in the page you want it displayed on, use this code:
then all you will need to do to update the navigation bar or whatever part you need to, just update the one file and it shows on every page you include it on. this also works very well with headers and footers. hope this helps!