PHP Variable From Another Page?

Micro Sniff

New member
I basically want to define a variable on one page, and then display the variable on multiple other pages. I am trying to set a variable to the HTML code of a navigation bar so I can edit it without having to go through every page. How can this be done?
Thanks to the two first answers, but is it possible to do it without a session variable? I heard you could do it with something like this.

function displayNavigation(){

But I wouldn't know how to add the HTML or disply it.
 
Back
Top