I am trying to make it so that all .png images in the directory ./cards to run a php script before they are accessed and sent as a response. I suspect that this might be possible through a .htaccess but i'm not sure, and if I am correct about my assumptions I have no idea where to start looking for information on accomplishing this. If anyone could push me in the right direction (or give me a sample of this in action) then please give me some input. Any help would be most appreciated! -Anthony
Re: Trying to get all images accessed to run a script before they are sent in a respo You can do it with mod_rewrite, rewrite the url to call a php/perl script with will do the work u want and then pass ur image!