hno Posted October 17, 2009 Share Posted October 17, 2009 HI In my cpanel of my host there is no cron tab for making cron jobs.I heard it's possible to make them with files But I don't know how to do that.Please help me ,I want to execute a page daily How can I do that? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/178020-how-to-make-cron-jobs/ Share on other sites More sharing options...
trq Posted October 17, 2009 Share Posted October 17, 2009 If you have shell access you can execute.... crontab -e to edit your crontab file. Quote Link to comment https://forums.phpfreaks.com/topic/178020-how-to-make-cron-jobs/#findComment-938868 Share on other sites More sharing options...
hno Posted October 18, 2009 Author Share Posted October 18, 2009 If you have shell access you can execute.... crontab -e to edit your crontab file. How can I find crontab file? Quote Link to comment https://forums.phpfreaks.com/topic/178020-how-to-make-cron-jobs/#findComment-939004 Share on other sites More sharing options...
Kaboom Posted October 18, 2009 Share Posted October 18, 2009 If you have shell access you can execute.... crontab -e to edit your crontab file. How can I find crontab file? In your site control panekl (I only use cPanel so idk bout others) theres a button in the menu called Cron Jobs. Type in crontab -e "COMAND" Quote Link to comment https://forums.phpfreaks.com/topic/178020-how-to-make-cron-jobs/#findComment-939006 Share on other sites More sharing options...
Maq Posted October 18, 2009 Share Posted October 18, 2009 If you have shell access you can execute.... crontab -e to edit your crontab file. How can I find crontab file? You don't have to, it will automatically open it for editing. Quote Link to comment https://forums.phpfreaks.com/topic/178020-how-to-make-cron-jobs/#findComment-939009 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.