|
Have I understood you correctly? Do you want to randomize the result when using your search engine? And the problem lies in that you want it to be random the first time, but it gets randomized every time a click a new page, so you want to randomize only when you enter the search, but then not again until you enter a new search?
I'm not entirely sure of how to do that evan for a single page, but since you have, can't you use a random function which uses a seed, and then store the seed and reuse it for every page, making it create the same random sequence again? Keep using that seed until next search where a new seed is generated.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|