Hi all!
Your thoughts please on the following.
I have a php script to be run on the server every 10minutes or so.
Depending on some condition, I want an image at a particular url to change.
I then have a webpage in which a link is always pointing to that url.
In other words, how can I kind of swap images whilst retaining the same url on the server side in php?
thanks