0
Code:
foreach (glob('ImgCode/*.png') as $Files) {
unlink($Files);
}
Problem: I need to run this code to delete photos from folder, every day at 00:00 hours.
I would like to know what possibilities exist, what would be the best, and how to start to do.
Yes it is possible! see if this answers => Programmer of Windows Tasks
– rray
Another question you might also like to ask => http://answall.com/a/152429/31016
– Allan Andrade