ok, i got this code which is supposed to select a random row in mysql.
select * from quotes order by rand() limit 1
i have 10 rows in the table, and i seem to get the same row each time! i don\'t understand. maybe after reloading about 50 times i\'ll get one different row, then it will go back to the previous one for another 30 times. i have no idea why it\'s really not randomizing these.
any ideas?