Tracking image views - PHP

Posted by RS7 on Stack Overflow See other posts from Stack Overflow or by RS7
Published on 2010-12-29T23:40:19Z Indexed on 2010/12/29 23:53 UTC
Read the original article Hit count: 130

Filed under:
|
|
|

I'd like for my app to be able to tell if an image hasn't been viewed in the last 30 days and remove it (along with data in the DB associated with it). I know you can have PHP read and output the image dynamically but I've heard its quite taxing on the system. Is there a way to for me to track these hits even when the image is viewed directly? (would htaccess be able to do this?) Thanks in advance.

© Stack Overflow or respective owner

Related posts about php

Related posts about image