Hello There,
I've got a php script that goes and loads a bunch of images... one after the other.... and once it completes the list it starts back at image one. However, if i change one of the images (ie: upload a new photo), it still displays the same old image... like it is pulling the image from the cache.
How can i get the page to load the image each and every time rather than load it from cache?
Thanks,
-dr