当我包含链接时没有调用或工作,没有包含文件,功能正常工作
$AutoRunLink='C:\xampp\htdocs\banking1\index.php';
$sql = "UPDATE automation_schedule SET
start_flag='1',done_flag='0',attempt='$AutoAttempt',last_run='$CurrentTime',next_run='$AutoNextRun',run_server_from='$runServer'
where ID=$AutoID";
$db->query($sql);
require_once '$AutoRunLink';
RestScheduleNextDay($db,$setRunNextDay,$CurrentTime,$AutoID,$runServer);
答案 0 :(得分:1)
变化 require_once'$ AutoRunLink'; 至 require_once $ AutoRunLink;