Search found 1 match
- Tue Nov 20, 2012 7:37 am
- Forum: SQL
- Topic: ORDER BY RAND() time interval? Weekly? Daily? Custom?
- Replies: 1
- Views: 2475
ORDER BY RAND() time interval? Weekly? Daily? Custom?
My current code is: $sql = "SELECT * FROM juarez WHERE categoriesID = 4 ORDER BY RAND() LIMIT 1"; 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 where to start, can a...