girish.kc Posted October 21, 2010 Share Posted October 21, 2010 Is there any service available in PHP to run the crontab? My problem is I have few function to be executed at a specific time. I can do that by linux crontab -e command. But I may have to add/modify the crontabs frequently. So I don't want to goto linux console and do the changes frequently. So I am looking for any solution so that my team members also be able to change/add the crontabs [They don't have server access]. Please help. -Girish Quote Link to comment Share on other sites More sharing options...
trq Posted October 22, 2010 Share Posted October 22, 2010 php can write to files so, yes. You can create crontabs. Quote Link to comment Share on other sites More sharing options...
girish.kc Posted October 22, 2010 Author Share Posted October 22, 2010 That is true. But again I have to write a crontab to pick that file at specified time. If I have to change the time or need one more function at different time, then again I have to change the crontab. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.