开发者

How to make php print out results based on a given time

开发者 https://www.devze.com 2023-01-26 08:27 出处:网络
Is there a way to make php print out some results based o开发者_开发知识库n a given time? Say I tell it to

Is there a way to make php print out some results based o开发者_开发知识库n a given time? Say I tell it to

echo"BEANS";

at 12:00pm tomorrow.


PHP web applications are meant to run for only a few seconds to a couple of minutes. Start a cron job to run that PHP script @12pm. On Windows, use Task Scheduler.

0

精彩评论

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