I'm doing a thing with cron where it picks six horses, 1,2,3,4 etc to 6, then it posts the results on a page. My cron code is:
Code: Select all
SELECT * FROM horses ORDER BY RAND() LIMIT 6Moderator: General Moderators
Code: Select all
SELECT * FROM horses ORDER BY RAND() LIMIT 6