I have a folder full of images (200), I want a php script to select 1 image every 24 hours and display it on the page (using true randomness, example not display the same image more than once until all images have been displayed)
I would like to use a mysql db for this script to store the id, image path, and the image link (example: id: 1, us.png, http://www.website.com/us.html)
Note: The link will be dynamic in nature, such as http://www.website.com/cms/united-states/
Also note: I need help with the entire script, as in the creation of the db, and the script itself as I am just now starting out...I learn best visually, I need to see the script function before I can fully grasp the concept. I appreciate all who contribute to helping learn php+mysql!
Thank you in advance! Brian