Using .NET I can place a file in the root directory of a site that will be called every time a page on the site is called - so it can contain site wide application variables. Is there something similar for PHP? Thanks
lotta apps have a global.php that contains include / require statements and constructs classes you might want or makes functions available aswell as vars and anything else there in .... same sort of thing ....