The system that i have now is
1) i am fetching the values for the pages to display
2) i am fetching these values in every page
3) and i don't want to fetch again and again for every page
4) what i all needed is
1) to fetch the values once
2) populate it in every page
5) i am doing this for the speed purpose. why because i am using the swf files to display in every page and i am populating the swf files in the loop
6) the swf files are for links in the pages
7) The problem i have is. loading the swf files will take and time and i want to minimize the fetch from the database
5) give me the ideas for doing this
Thanks