prepare($sql); $stmt->bindParam(':id', $_GET['id']); $stmt->execute(); $result = $stmt->fetch(PDO::FETCH_ASSOC); echo '
';
print_r($result);
echo '
'; ?>

獎金計算