gpt4 book ai didi

php - 当 Time= this 时如何执行查询

转载 作者:行者123 更新时间:2023-11-29 07:02:45 26 4
gpt4 key购买 nike

我想在特定时间运行查询

例如,如果时间是 5:10:25,则执行此查询

它尝试了以下代码

date_default_timezone_set("Asia/Calcutta");
$time=date("h:i:s");
if ($time=='04:10:00')
{
$sql="insert into bsechartsdata (TickerPlantCode,DateTime,OpenPrice,HighPrice,LowPrice,ClosePrice) select DISTINCT TickerPlantCode,DateTime,OpenPrice,HighPrice,LowPrice,ClosePrice from bsepricequotes_latest";
$query=mysql_query($sql);
}

但是查询没有执行哪里做错了?

最佳答案

为此使用 cron 作业不是更好吗? http://www.pantz.org/software/cron/croninfo.html

如果您的“主机”不支持此功能,那么您可以创建一个包含需要完成的作业的数据库。如果数据库中的时间过去了,那么你就完成任务。

关于php - 当 Time= this 时如何执行查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9190581/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com