|
Posted by Mikhail Kovalev on 09/08/07 17:33
Hi all,
I have a file which is to be included in another script and which
takes several seconds to load(!), and which is actually not always
used by the script, so instead of using include or include_once in the
beginning, i'm using include_once() within a function, which is called
on demand...
The problem is the new data has the scope of the function, and when
the same function is called again, the data is lost....
What can I possibly do here...
Thanks in advance
[Back to original message]
|