I have a picture upload module. I don’t know how to make a script can be do this: after upload 1 day, I want check images upload to be use or not. If not use I want it will do some action..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you serve the images through php, just set up a counter in a database.
If you serve them directly with a link, process the web server acccess log.