5) {
sleep(1);
header("Location:" . $WebSite . "login/login_form.php");
exit;
}
include $_SERVER['DOCUMENT_ROOT'] . '/load_header.php';
$title_message = '장비투입 list';
?>
=$title_message?>
query($sql);
$total_row = $stmh->rowCount(); // 총 행 수 계산
} catch (PDOException $Exception) {
print "오류: " . $Exception->getMessage();
}
// print '$work_status_radio' . $work_status_radio;
// print '$sql : ' . $sql;
?>