in reply to Re: Username regex, MYSQL randomin thread Username regex, MYSQL random
@rand_row = $dbh->selectrow_array('SELECT some,rows, rand() as orderno FROM your_table ORDER BY orderno LIMIT 1'); [download]
Hope it helps UnderMine