Welcome Guest, Not a member yet? Register   Sign In
Pagination on Random Result Set ?
#5

[eluser]chrisco23[/eluser]
I started down the path of session variables and temporary tables when suddenly I thought of a very simple solution that works fine for my needs.

Our site just needs to give equal exposure to results so we need them to be randomized generally but not every single query.

So I just generated a random-number seed and put that in a session variable. Then I do my query with rand(seed) instead of just rand(). It turns out in my case that it's actually desirable to have the same random order throughout a session.


Chris


Messages In This Thread
Pagination on Random Result Set ? - by El Forum - 07-09-2007, 12:50 PM
Pagination on Random Result Set ? - by El Forum - 07-09-2007, 03:27 PM
Pagination on Random Result Set ? - by El Forum - 07-10-2007, 11:32 AM
Pagination on Random Result Set ? - by El Forum - 07-10-2007, 12:30 PM
Pagination on Random Result Set ? - by El Forum - 07-11-2007, 04:09 PM
Pagination on Random Result Set ? - by El Forum - 07-11-2007, 08:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB