> > I want to create an application that I can run on my web-server every five > > minutes. The application should look in my ftp-catalogue and move incomming > > files to other directories. I want to do this in php. Is it possible - and > > in that case - how?
Why not simply loop forever and execute your task and sleep for 5 minutes inside the loop fore each iteration? Can't be that hard to write such a script. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php