prepare("SELECT * FROM leaves WHERE cid = ? ORDER BY start_date DESC");
$stmt->execute([$_SESSION['cid']]);
$leaves = $stmt->fetchAll();
?>
ข้อมูลวันลา
0): ?>
ประเภท: = htmlspecialchars($leave['leave_type']) ?>
วันที่: = $leave['start_date'] ?> ถึง = $leave['end_date'] ?>
สถานะ: = htmlspecialchars($leave['status']) ?>
ไม่มีข้อมูลวันลา
กลับสู่เมนูหลัก