Keeping array contents static during repeated page loads
Posted: Tue Oct 21, 2003 9:38 am
Hi,
I'm looking to find out if I can keep array contents "static" (i.e. retained) during successive loads of a page. The array would be created once and contents set depending on results of an SQL query. Various links on the page could be clicked and would cause the page to reload/refresh with some slightly different content (images). I can retain the few scalar variables I need by passing them with (appending to) the URL of the links mentioned above. Is it possible to pass an array this way also or is there another way to accomplish what I've described ?
Thanks,
John
I'm looking to find out if I can keep array contents "static" (i.e. retained) during successive loads of a page. The array would be created once and contents set depending on results of an SQL query. Various links on the page could be clicked and would cause the page to reload/refresh with some slightly different content (images). I can retain the few scalar variables I need by passing them with (appending to) the URL of the links mentioned above. Is it possible to pass an array this way also or is there another way to accomplish what I've described ?
Thanks,
John