How to make php print out results based on a given time
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.
精彩评论