|
You simply serve an image from a PHP script given an id or name or whatever. The script pushes the headers and serves itself as the binary data. This can be used to control access. Can be chained with htaccess to rewrite image lookups with that of the script.
|