开发者

I don't have cron jobs on my server. What is an alternative for sending emails without user input?

开发者 https://www.devze.com 2023-03-28 23:47 出处:网络
I am looking for a way to开发者_如何学C have some way to have a script execute itself without my input. Is this possible? And it not, what would be another option? I don\'t care to use a 3rd party sit

I am looking for a way to开发者_如何学C have some way to have a script execute itself without my input. Is this possible? And it not, what would be another option? I don't care to use a 3rd party site for cron jobs either.


You could build the code into a web-visible PHP script, and then register it with a URL monitoring service like http://mon.itor.us/ that will load your URL every half hour.

(I'm not sure what you mean by "3rd party site for cron jobs" - hopefully this isn't it. :-)


http://cronless.com

https://www.setcronjob.com

https://www.easycron.com

Use above third party cron jobs providers. :)

0

精彩评论

暂无评论...
验证码 换一张
取 消