Hi all,
The problem is that I have one settings.php file which sets up an array containing loads of config. properties.
I can include() this file at the start of a function and can then access all the config. variables but when I start a new function they're not available.
The question is, without using cookies or calling all my functions with an extra variable at the end containing the config. array, is there a way of accessing the same array from different functions without redeclaring it?
Thanks in advance,
Peter.