Does PHP have global variables that can be modified by one running script and read by another?
Another common substitution for global variables in PHP is the shared use of a database like MySQL (albeit not a perfect one)