I'm trying to make a page that loads an image, and adds a "hit" to the db if it is loaded.
I want to do this by img src=script.php
Then have the script return a standard image (NOT generated on the fly) and do additional processing behind the scenes.
I'm having trouble returning the image.
Thanks for the help
Jeremiah