Bansaw Posted December 1, 2010 Share Posted December 1, 2010 I am running three scheduled tasks on my website. I am only allowed three per day by my host. I want to add another one. Can I simply call another php program from within a php program which is currently running ? Link to comment https://forums.phpfreaks.com/topic/220394-newb-simply-calling-another-php-program/ Share on other sites More sharing options...
kenrbnsn Posted December 1, 2010 Share Posted December 1, 2010 I assume you mean cron jobs. Just create a shell script that runs the tasks and schedule the shell script to run instead of the individual PHP scripts. Ken Link to comment https://forums.phpfreaks.com/topic/220394-newb-simply-calling-another-php-program/#findComment-1141970 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.