shakeelstha Posted March 14, 2008 Share Posted March 14, 2008 How can I use cron jobs to run php script everyday.......... I searched and tried many ways but none worked for me..... Can I get a good tutorial...........or help Link to comment https://forums.phpfreaks.com/topic/96111-cron-jobs-to-run-php-script/ Share on other sites More sharing options...
MasterACE14 Posted March 14, 2008 Share Posted March 14, 2008 Google Knows All Try something along the following lines when searching.... what is a cron how a cron works Regards ACE Link to comment https://forums.phpfreaks.com/topic/96111-cron-jobs-to-run-php-script/#findComment-492131 Share on other sites More sharing options...
msimonds Posted March 14, 2008 Share Posted March 14, 2008 this is a simple example: 0 12 * * * php /path/to/thisdirectory/scriptname.php this would run the script everyday at 12 noon Link to comment https://forums.phpfreaks.com/topic/96111-cron-jobs-to-run-php-script/#findComment-492238 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.