I am a new registered user here. I am glad to know that there are actually a PHP Forum for us to post question and share ideas among each other. Do keep up the good work!
I have a problem with image caching. I have upload image feature for user to upload the image. The first time user upload the image is ok. But if the user edit the image, the next time they view the page, it will still showing the same image as previous one. The image will only be changed if the user click on refresh button on browser tool bar. I already include Meta tag no-cache and set expires to 0. Is there anyway to clear the image cache in php or other way? Thanks in advance.