sanzeeb Posted July 19, 2007 Share Posted July 19, 2007 hi i want to know how to run continuous service which is written in php? for example : i want to inform through email to my clients in a particular time automatically , how to do it ? Thanking you Tanvir. Link to comment https://forums.phpfreaks.com/topic/60729-solved-how-to-run-a-service-written-in-php-continuous/ Share on other sites More sharing options...
Caesar Posted July 19, 2007 Share Posted July 19, 2007 i want to inform through email to my clients in a particular time automatically , how to do it ? Cron job. Link to comment https://forums.phpfreaks.com/topic/60729-solved-how-to-run-a-service-written-in-php-continuous/#findComment-302105 Share on other sites More sharing options...
sanzeeb Posted July 19, 2007 Author Share Posted July 19, 2007 i want to inform through email to my clients in a particular time automatically , how to do it ? Cron job. thank you Caesar but there is one question more, if i use corn job then i must have access to modify the etc/corntab in any linux server, generally when we hosting a site then we dont have the permission to modify any server scripts like corntab unless its a dedicated server. is there any other solution to do the job avoiding this problem? Link to comment https://forums.phpfreaks.com/topic/60729-solved-how-to-run-a-service-written-in-php-continuous/#findComment-302216 Share on other sites More sharing options...
Caesar Posted July 19, 2007 Share Posted July 19, 2007 Not entirely true. On many 'shared' hosting plans that use stuff like cpanel, they will allow you to set up your own cron jobs. Fairly easily too. Link to comment https://forums.phpfreaks.com/topic/60729-solved-how-to-run-a-service-written-in-php-continuous/#findComment-302835 Share on other sites More sharing options...
cooldude832 Posted July 19, 2007 Share Posted July 19, 2007 if not many people provide external crontab access so that you can have a psedo cron tab by having another server ping your cron job page. they might cost you a monthly fee, but it be better than switching hosting companies Link to comment https://forums.phpfreaks.com/topic/60729-solved-how-to-run-a-service-written-in-php-continuous/#findComment-302840 Share on other sites More sharing options...
trq Posted July 19, 2007 Share Posted July 19, 2007 If you don't have access to the crontab, then you most certainly won't have access to the init scripts required to run a service. Link to comment https://forums.phpfreaks.com/topic/60729-solved-how-to-run-a-service-written-in-php-continuous/#findComment-302855 Share on other sites More sharing options...
sanzeeb Posted July 20, 2007 Author Share Posted July 20, 2007 if not many people provide external crontab access so that you can have a psedo cron tab by having another server ping your cron job page. they might cost you a monthly fee, but it be better than switching hosting companies thanks for the solution.. Link to comment https://forums.phpfreaks.com/topic/60729-solved-how-to-run-a-service-written-in-php-continuous/#findComment-303322 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.