Hi,
I was just wondering what the best way to do this would be:
I have several pages that displays our current inventory with pictures of item. What I need to do is put "SOLD" on the images for the ones that have been marked as sold in the database (MySQL). These images are all jpgs, and are used in different parts of the website so I don't want permantly change them.
I've read that I could dynamically place a watermark on the image, would this be the best way? would it slow down the page load?
The images are all the same size as well.