{PHP} Display a different image at midnight every day
Hello,
I have been searching every where for a php + mysql script that will display one "Pic of the day" image in my header from a folder. (NOT USING A WORDPRESS SITE)
Notes:
1. I am NOT using sequential images
2. I would like to have the script pick the images at random, never display the same image twice (until all images have been displayed)
3. Image must display all day until 12:00am (New York City timezone) before displaying the next image.
4. Images will be stored in a folder on my computer.
Can someone do this?