CrankBerry Blog Title

Posts for ‘Random’

2010


(2) Comments

Random row from your MySQL table with PHP, alternative to ORDER BY rand()

Categories :: MySQL, PHP

Working with MySQL and PHP is awesome. Its one of the best way to manage your data, but once in a while you may want to do some randomizing. One problem I came across recently was how to select a random row from your MySQL table with PHP. Using the ORDER BY rand() method in your query maybe a bit slow so here's what we've got.