$result = mysqli_query($connect, $ql); if (!$result) { echo "沒有值"; echo mysqli_error($connect); }. 用mysqli_error看報錯訊息如下: You have an error in ...
確定! 回上一頁