cron jobs in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
venkatareddy.cs
Forum Newbie
Posts: 1
Joined: Thu Jul 14, 2011 10:58 pm

cron jobs in php

Post by venkatareddy.cs »

Hello all i want to create a cron job to run my php script at regular intervals. Of course i know the basic functionality of cron jobs. But what actually i am trying to do is my script should execute based on if any new file is uploaded to a folder. Thats the basic requirement. Pls help me how can i acheive this.Any help would be greatly appreciated.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: cron jobs in php

Post by Christopher »

Are you looking for help on cron jobs? Or how to determine if a new file has been uploaded? Both?
(#10850)
Post Reply