I\'m having trouble with global variables in php. I have a $screen var set in one file, which requires another file that calls an initSession() def
$screen
initSession()
You must declare a variable as global before define values for it.