ORDER BY id DESC"; $stmt = $conn->prepare($sql); $stmt->bind_param('s', $siteKey); $result = $stmt->execute(); if(!$result) { $json = [ 'ok' => ...
確定! 回上一頁