in reply to Re: Username regex, MYSQL random
in thread Username regex, MYSQL random

Sorry to do this to you broquaint ;)

@rand_row = $dbh->selectrow_array('SELECT some,rows, rand() as orderno FROM your_table ORDER BY orderno LIMIT 1');
Now that is nicer..

Hope it helps
UnderMine