Search found 1 match

by jcl1290
Tue Nov 20, 2012 7:37 am
Forum: SQL
Topic: ORDER BY RAND() time interval? Weekly? Daily? Custom?
Replies: 1
Views: 1404

ORDER BY RAND() time interval? Weekly? Daily? Custom?

My current code is: [syntax=php]$sql = "SELECT * FROM juarez WHERE categoriesID = 4 ORDER BY RAND() LIMIT 1";[/syntax] I need to seed the rand value to something that would make it get a new random row EACH hour, each day, and each week. each sql query goes in different pages. I dont know ...