5) { sleep(1); header("Location:" . $WebSite . "login/login_form.php"); exit; } include $_SERVER['DOCUMENT_ROOT'] . '/load_header.php'; $title_message = '법인계좌 목록 관리'; ?> <?= $title_message ?> $company, "number" => $number, "memo" => $memo ]; } elseif ($action === 'update' && $index >= 0 && $index < count($cards)) { $cards[$index]["company"] = $company; $cards[$index]["number"] = $number; $cards[$index]["memo"] = $memo; } elseif ($action === 'delete' && $index >= 0 && $index < count($cards)) { array_splice($cards, $index, 1); } file_put_contents($jsonFile, json_encode($cards, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE)); } ?>

$card): ?>
순번 은행명 계좌 번호 비고 수정/삭제
등록된 계좌가 없습니다.