How do I defined a global variable that I can use across blocks of code?
In my case, I need to declare my global var within an included header.php and then I need to be able to use it within another included file.
Ultimately, I'd like to be able to access it anywhere since it changes. And it's not sensitive information... just a number.