在PHP中顯示SELECT COUNT(*)的結果(5). $result 是一個數組,所以你應該使用 $result[0] 或 $result[0][0]. 如果你使用 print_r($result) 你會看到你的數組的結構, ...
確定! 回上一頁