I have a whole bunch of images, and I want to know how many times each have been viewed.
But the trick is, that I need to update a mysql db, with the info, say when someone accesses:
www.mysite.com/myimage.gif
I need to update it using a PHP script, but I don't know how I'd go about it.
I can't figure it out, I also tried to do it with a php script, like:
www.mysite.com/img.php?i=myimage.gif
But failed miserably at it.
Any help would be greatly appreciated.
Thanks