I am looking for a way to 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.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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. :-)
回答2:
http://cronless.com
https://www.setcronjob.com
https://www.easycron.com
Use above third party cron jobs providers. :)