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 use the modification time of file:
$filename = 'avatar.jpg'; $filemtime = filemtime($filename); echo ""; //result: ?>
when the file is modified will clear the client cache