Posted by Max on 10/15/10 11:26
Not sure if there is anything that can be done about this, but I thought I
would give it a try.
I have a php page that loads a file and displays it using file(). Because
the list is rather large, it takes a bit to load, and I actually use a
progress page during the load/display time.
I have dropdown box at that top that allows several variations of sorting
which uses a postback variable to determine the sort method.
Everything works fine.
The question is whether there any methods used to cache contents (the array
contents) so that when you do a postback a complete reload/display is not
neccessary again?
Thanks,
Max
[Back to original message]
|