I want to know if this image has been viewed
let say if I have this link : www.example.com/image.jpg
when the imaged get viewed I want store the time of view in db , my only problem is how can I tell if the image has been viewed and how to go about trigging the storeInfo() function
Thanks!