Thanks for the help so far, unfortunately, my database does not have any date associated fields. Basically, i have three tables of products and would like to show the info of a random product each day..(this is getting more complicated than what i thought at first :bemused: )
For the seeding of the mt_srand(date of a day), it will output the same number. However, it will not output consistently for the query:
SELECT * FROM tb ORDER BY RAND() LIMIT 1
I know its getting complicated now as it involves three tables...
Any help / comment will be appreciated.