|
Jolt's method will work, but it may create some unnecessary MySQL Queries...
There may be a way to select a record based on the Current Date...
Since Dates are expressed in a Julian method, no second ever has the same time stamp... if you keyed based on the date itself, there would be an automatic 24 hour period... when the next day starts, it will show the next record...
Is there a reason that your selection of records has to be randome? Can it not be sequential?
Just curious..
Mike.
|