PHP 顯示問題

來源:互聯網
上載者:User
              

這段代碼有錯嗎?


回複討論(解決方案)

echo "您當前有".$row[0]."條待審批次程序!";

代碼無文法錯
請說明你遇到的問題

這是一個待處理事項的顯示的小頁面,調試後,無法載入資料,$row條數沒有輸出結果

echo "您當前有".$row[0]."條待審批次程序!";

不行,一直在載入資料中

$result3 = mysql_query($query3) or die(mysql_error());

$result3 = mysql_query($query3) or die(mysql_error());
呃,還是不行

請你說清楚你遇到得了什麼問題

$query3 = "select count(*) from (select * from (select * from bydms_dutyapp where dutyapp_approverid='$MY_SYSNUMBER' order by dutyapp_datetime desc ) as  bydms_tempa left join bydms_project on dutyapp_projectid=project_id ) as  bydms_tempb where dutyapp_result='審批中' "; 

把$query3列印出來放到資料庫去執行看看有沒有結果

SQL語句輸出的結果為1

$query3 = "select count(*) from (select * from (select * from bydms_dutyapp where dutyapp_approverid='$MY_SYSNUMBER' order by dutyapp_datetime desc ) as  bydms_tempa left join bydms_project on dutyapp_projectid=project_id ) as  bydms_tempb where dutyapp_result='審批中' "; 

把$query3列印出來放到資料庫去執行看看有沒有結果
SQL語句輸出的結果為1

這是首頁的一個div層,現在就是這段代碼無法輸出結果,導致整個頁面一直在載入中,無法顯示

在 auth.php 裡面靠前的地方弄個echo測試一下……

已自己調試OK 了,謝了,大家

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.