Not sure what you mean by "parse" in this context.
If you want to share a variable with other pages, you can store that data in the $SESSION array. As long as you have a session_start() at the start of each page that will read and/or write to the $SESSION array.