I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one.
If i check my hard disk (i m working on local machine) i can see that the image HAS changed, but the HTML doesn t pick it up. Maybe it s a caching problem? How can I solve it?
thanks, Patrick