Hi,
I store images of users in a database, and then generate a profile of the users from the database.
When i refer to the picture i have a file picture.php that pulls the image from the database and sends it as jpeg to the browser.
My problem is that the browser insists on getting a new copy of the picture every time it is viewed, instead of using a cache of it.
What is it that is going wrong, and how can i fix it.
regards
Ben