prepare($sql); $stmh->bindValue(1, $num, PDO::PARAM_INT); $stmh->execute(); $row = $stmh->fetch(PDO::FETCH_ASSOC); include $_SERVER['DOCUMENT_ROOT'] . '/account/_row.php'; $amount = floatval(str_replace(',', '', $row['amount'])); $amount = number_format($amount); } catch (PDOException $Exception) { echo "오류: ".$Exception->getMessage(); exit; } } $title_message = ($mode === 'update') ? '수금 내역' : '수금 내역 등록'; ?>
거래처명
거래처코드
등록일자 수금액
비고