automatic search in a folder
Moderator: General Moderators
automatic search in a folder
I need some help in php upon how to make an automatic search in a folder every 10 minutes to look if there are files.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: automatic search in a folder
+ glob() + count()
Re: automatic search in a folder
thx Jcart i will look and i will see the outcome.
thank you
thank you
Re: automatic search in a folder
To be more specific i need how each 10 minutes to verified the presence of files in the specified directory.
any help out will be appreciated
any help out will be appreciated
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: automatic search in a folder
Cron.Jimmyh wrote:To be more specific i need how each 10 minutes to verified the presence of files in the specified directory.
any help out will be appreciated
Re: automatic search in a folder
Everah,
thanks i think I have found what will solve my problems, CRON i will try to use it under Windows,i think scheduled tasks can help me too.
thanks a lot
thanks i think I have found what will solve my problems, CRON i will try to use it under Windows,i think scheduled tasks can help me too.
thanks a lot
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: automatic search in a folder
yup, Task Scheduler is the equivalent to Cron in Windows.