亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何在cPanel中設置PHP CRON作業?

如何在cPanel中設置PHP CRON作業?

PHP
千萬里不及你 2021-05-10 09:23:20
我在cpanel中添加了cronjob以在php中使用textloal發送短信。它在cronjob之外非常有效。在cronjob中運行它后,它不會發送任何短信。這是我的代碼<?php include('dbc.php');error_reporting(E_ALL); ini_set('display_errors', 1);require('php-in/textlocal.class.php');//require('php-in\Textlocal.class.php');//require('consultantnext.com/danceschool/php-in/Textlocal.class.php');$sql="SELECT *     FROM admin t1, batchinfo t2    WHERE t1.batchname= t2.batchname      AND   t1.branchname= t2.branchname";$result= mysqli_query($conn,$sql)or die($sql."<br/><br/>".mysql_error());if (mysqli_num_rows($result)>0) {    while($row=mysqli_fetch_array($result)) {        //echo   $row['mobile'];        $mobile=$row['mobile'];        $time=$row['time'];        //echo $time;        $numbers=(explode(" ",$mobile));        foreach ($numbers as $item) {            echo $item;        }        $Textlocal = new Textlocal(false, false, 'e34FsEpkeUo-   uLJ17oDYeEgHBucRHTnNtHhrE39Pj4');        //$numbers = array(919384191234,918056377914);        $sender = 'TXTLCL';        $message = "Dear student your class schedule for tomorrow '$time'";        $response = $Textlocal->sendSms($numbers, $message, $sender);        print_r($response);        //echo $message;    }}$sql="SELECT   * FROM admin    WHERE username NOT IN (    SELECT studentname     FROM transcation      WHERE MONTH(DATE(date))=MONTH(CURDATE())      )     and usertype='student'   ";$result= mysqli_query($conn, $sql)or die($sql."<br/><br/>".mysql_error());If(mysqli_num_rows($result)>0) {    while($row=mysqli_fetch_array($result)) {        $username=$row['username'];        echo $username;        $mobile=$row['mobile'];        $numbers=(explode(" ",$mobile));        foreach ($numbers as $item) {            echo $item;        }這是我的命令:/usr/local/bin/php /home/cpdarmkr/public_html/danceschool/message.php  
查看完整描述

2 回答

?
一只名叫tom的貓

TA貢獻1906條經驗 獲得超3個贊

這對我有用

使用cURL:

  */5 * * * * curl --silent http://your-website-url/danceschool/message.php


查看完整回答
反對 回復 2021-05-28
?
Smart貓小萌

TA貢獻1911條經驗 獲得超7個贊

問題可能不在您的代碼中,而在您的命令中。也許嘗試以下命令,它可能會起作用:

* * * * *  /usr/bin/php -q /home/cpdarmkr/public_html/danceschool/message.php


查看完整回答
反對 回復 2021-05-28
  • 2 回答
  • 0 關注
  • 140 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號