I have a script running and it creates files of a certain size does anyone have a php script i can use to delete all files under 130k everyday via cron. If anyone has the php code i can use please post it. I want to use php so i can manually execute when needed and also setup a cron daily to selete any files. Thank you
You would just need to use the following functions filesize() opendir() readdir() unlink() Do you know much PHP?
no unforunately not. if you have a script available or know of a place to purchase please reply. thanks