So, i have 2 scripts, one is a script which generates an image and outputs it, another one does little stuff and before the script there is html like this:
<img src="another_script.php" attr="" attr2="... />
Everything is OKAY, the image is being generated and dislpayed, but there is a question, in that script which generates an image there is mysql insert statement, which is executed 2-3 times, but is written once and believe me, not in the loop. I've checked apache access logs, and i can see that another_script.php is tryed to get 2-3 times via GET. I can't understand why. It's really a strange problem for me at least