Hello,
I’m a complete PHP noob and would appreciate some help with cron jobs.
I have a webcam at home which uploads photos periodically to a directory on my server. I would like to create a cron job that deletes only JPG files older than 14 days in this directory automatically. How can I achieve this?
Thanks in advance! 8)