I wanted to randomly select results from mysql database with this code: $data = mysql_query("SELECT * FROM people ORDER BY RANDOM() LIMIT 4") or ...
stackoverflow.com