I am displaying a random list of properties on
http://www.stayindependently.com/index1.htm
(this is a test page)
You'll notice that on clicking view properties it usually places the same properties at the bottom of the list - in other words, the RAND() function does not seem to produce a 'random' result.
Can anyone help me on this?
at the moment, simplistically, the query is
SELECT * FROM SELFCATERING ORDER BY RAND()
- sometimes there's a where in the middle of that, but that isn't important.
Thanks folks!
Regards
Elizabeth