How to prevent caching (force image reload) in PHP and/or JavaScript/jQuery
If you are using images generated on-the-fly by a PHP script (or another server language), like I'm doing on my web application, you surely do not want images to be read from cache as your users will be seeing the same first generated image (saved into cache) and not the new generated versions. You…
Vítor Brandão