Re: [PHP] Persistent data across page calls

2004-08-16 Thread raditha dissanayake
Aaorn Miller wrote: Hi I have a site that uses a large number of data arrays that are nearly static (change once a week or less) they are used on almost every page in the site Currently I have them as a separate file that is included at the top of each script page. I would like a way to cache? th

[PHP] Persistent data across page calls

2004-08-16 Thread Aaorn Miller
Hi I have a site that uses a large number of data arrays that are nearly static (change once a week or less) they are used on almost every page in the site Currently I have them as a separate file that is included at the top of each script page. I would like a way to cache? them at the server lev