select random record mysql
Found this:
select * from members order by rand() limit 1;
Note: This wasn\'t as fast as I had hoped. You may want to create your own system if you need a random record from a big table.
>>
Leonard Chan's Homepage
>>
Scribble Web
>> select random record mysql