I tried
PHP Code:
ORDER BY RAND(GETDATE())
That crapped out my system.
Then, I tried
PHP Code:
RAND(datepart(ss,getdate())
Still nothing.
How about if generate a random number using PHP, convert it to an integer value (probably by
multiplying by 100 and lopping off the decimals) and use that as the
seed?
I don't know how to do this, but I clearly remember there being something on these forums about a vbrand() function.