I would like to have code for an image that counts the number of times the image is viewed, regardless of what site the image is found on. I want to use the img src tag, and hav
You can call an image using a URL similar to: www.mywebsiteurl.com/image_renderer.php?url=url_to_image.
www.mywebsiteurl.com/image_renderer.php?url=url_to_image
image_rendered.php:
Hope this will point you into the right direction.