PHP & MySQL Selecting random record from MySQL database Panayiotis Georgiou 19/03/2016 0 The simplest way of selecting random rows from the MySQL database is to use "ORDER BY RAND()" clause in the query. The post will…