It's a PHP script that serves a different (presumably randomly chosen) image each time it runs. The trick is to put the correct headers in the response so the image isn't cached (or the cache time is short).
It's a PHP script that serves a different (presumably randomly chosen) image each time it runs. The trick is to put the correct headers in the response so the image isn't cached (or the cache time is short).