I have a listing of items, that also contains an image thumbnail. Sometimes I need to change the thumbnail image, but keep the filename the same. Is there a way to force the bro
You can add last modified date to you image or simply add date and time at the end of you image URL
URL
for Example
$today=date('Y-m-d H:i');
after .jpg add date and time like this. hope this will help you.