|
You could build a script that creates the random number and store in a mySQL db as you mentioned (or even a flat text file).
The easiest way to do this on a 24/hr cycle is to setup a scheduled cron job that executes at midnight everyday. If you don't have cron access, you could have an extra field in your db or flat file that give a timestamp of last modified and check that data for each time the script is manually executed.
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|