Viewing file: export_mua_study.php (8.52 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
//คำสั่ง connect db เขียนเพิ่มเองนะ
$strExcelFileName="Mua_Uoc_Std.xls";
header("Content-Type: application/x-msexcel; name=\"$strExcelFileName\"");
header("Content-Disposition: inline; filename=\"$strExcelFileName\"");
header("Pragma:no-cache");
?>
<html xmlns:o="urn:schemas-microsoft-com:office:office"xmlns:x="urn:schemas-microsoft-com:office:excel"xmlns="http://www.w3.org/TR/REC-html40">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div id="SiXhEaD_Excel" align=center x:publishsource="Excel">
<table x:str border=1 cellpadding=0 cellspacing=1 width=100% style="border-collapse:collapse">
<tr>
<td><strong>ปีการศึกษา</strong></td>
<td><strong>ภาคการศึกษา</strong></td>
<td><strong>รหัสสถานศึกษา</strong></td>
<td><strong>รหัสประชาชน</strong></td>
<td><strong>รหัสนักศึกษา</strong></td>
<td><strong>รหัสคำนำหน้าชื่อ</strong></td>
<td><strong>ชื่อ</strong></td>
<td><strong>ชื่อกลาง</strong></td>
<td><strong>ชื่อสกุล</strong></td>
<td><strong>ชื่อภาษาอังกฤษ</strong></td>
<td><strong>ชื่อกลางภาษาอังกฤษ</strong></td>
<td><strong>ชื่อสกุลภาษาอังกฤษ</strong></td>
<td><strong>รหัสเพศ</strong></td>
<td><strong>วันเดือนปีเกิด</strong></td>
<td><strong>รหัสภูมิลำเนา</strong></td>
<td><strong>รหัสประเทศ</strong></td>
<td><strong>ปีการศึกษาที่เข้าเรียน</strong></td>
<td><strong>รหัสคณะที่ศึกษา</strong></td>
<td><strong>รหัสหลักสูตรที่ศึกษา</strong></td>
<td><strong>รหัสประเภทการเรียน</strong></td>
<td><strong>รหัสประเภทเวลาการเรียน</strong></td>
<td><strong>รหัสประเภทการลงทะเบียนเรียน</strong></td>
<td><strong>ชั้นปี</strong></td>
<td><strong>รหัสสถานภาพนักศึกษาที่คาดว่าจะจบ</strong></td>
<td><strong>รหัสสถานภาพนักศึกษา</strong></td>
<td><strong>สาเหตุที่นักศึกษายุติการศึกษา</strong></td>
<td><strong>เกรดเฉลี่ย</strong></td>
<td><strong>เกรดเฉลี่ยสะสม</strong></td>
<td><strong>หน่วยกิตที่ลงทะเบียน ในภาคประจุบัน</strong></td>
<td><strong>หน่วยกิตที่ลงทะเบียน สะสม</strong></td>
<td><strong>รหัสความพิการ</strong></td>
<td><strong>รหัสบัตรประจำตัวคนพิการ</strong></td>
<td><strong>วันที่ออกบัตรประจำตัวคนพิการ</strong></td>
<td><strong>วันที่หมดอายุบัตรประจำตัวคนพิการ</strong></td>
<td><strong>รหัสสถานะภาพการรับทุน</strong></td>
<td><strong>ชื่อทุนการศึกษา</strong></td>
<td><strong>ความถนัด/ความสามารถพิเศษ</strong></td>
<td><strong>รหัสประชาชนบิดา</strong></td>
<td><strong>รหัสสถานะภาพมีชีวิตอยู่ของบิดา</strong></td>
<td><strong>รหัสรายได้บิดา</strong></td>
<td><strong>รหัสอาชีพบิดา</strong></td>
<td><strong>รหัสประชาชนมารดา</strong></td>
<td><strong>รหัสสถานะภาพมีชีวิตอยู่ของมารดา</strong></td>
<td><strong>รหัสรายได้มารดา</strong></td>
<td><strong>รหัสอาชีพมารดา</strong></td>
<td><strong>เลขที่หนังสือเดินทาง(สำหรับ น.ศ. ต่างชาติ)</strong></td>
<td><strong>วันออกหนังสือเดินทาง</strong></td>
<td><strong>วันหมดอายุหนังสือเดินทาง</strong></td>
</tr>
<?php
foreach($study->result() as $res){
?>
<tr>
<td><strong><?= $res->YEAR ? $res->YEAR:''; ?></strong></td>
<td><strong><?= $res->SEMESTER ? $res->SEMESTER:''; ?></strong></td>
<td><strong><?= $res->UNIV_ID? $res->UNIV_ID:''; ?></strong></td>
<td><strong><?= $res->CITIZEN_ID ? $res->CITIZEN_ID:''; ?></strong></td>
<td><strong><?= $res->STD_ID ? $res->STD_ID:''; ?></strong></td>
<td><strong><?= $res->PREFIX_NAME_ID ? $res->PREFIX_NAME_ID:''; ?></strong></td>
<td><strong><?= $res->STD_FNAME ? $res->STD_FNAME:'-'; ?></strong></td>
<td><strong><?= $res->STD_MNAME ? $res->STD_MNAME:'-'; ?></strong></td>
<td><strong><?= $res->STD_LNAME ? $res->STD_LNAME:'-'; ?></strong></td>
<td><strong><?= $res->STD_FNAME_EN ? $res->STD_FNAME_EN:'-'; ?></strong></td>
<td><strong><?= $res->STD_MNAME_EN ? $res->STD_MNAME_EN:'-'; ?></strong></td>
<td><strong><?= $res->STD_LNAME_EN ? $res->STD_LNAME_EN:'-'; ?></strong></td>
<td><strong><?= $res->GENDER_ID ? $res->GENDER_ID:''; ?></strong></td>
<td><strong><?= $res->BIRTHDAY ? $res->BIRTHDAY:'0000-00-00'; ?></strong></td>
<td><strong><?= $res->PROVINCE_ID ? $res->PROVINCE_ID:''; ?></strong></td>
<td><strong><?= $res->NATION_ID ? $res->NATION_ID:'TH'; ?></strong></td>
<td><strong><?= $res->ADMIT_YEAR ? $res->ADMIT_YEAR:''; ?></strong></td>
<td><strong><?= $res->FAC_ID ? $res->FAC_ID:''; ?></strong></td>
<td><strong><?= $res->CURR_ID ? $res->CURR_ID:''; ?></strong></td>
<td><strong><?= $res->STUDY_TYPE_ID ? $res->STUDY_TYPE_ID:''; ?></strong></td>
<td><strong><?= $res->STUDY_TIME_ID ? $res->STUDY_TIME_ID:''; ?></strong></td>
<td><strong><?= $res->CURR_REG_ID ? $res->CURR_REG_ID:''; ?></strong></td>
<td><strong><?= $res->CLASS ? $res->CLASS:''; ?></strong></td>
<td><strong><?= $res->GRAD_STATUS_ID ? $res->GRAD_STATUS_ID:''; ?></strong></td>
<td><strong><?= $res->STD_STATUS_ID ? $res->STD_STATUS_ID:''; ?></strong></td>
<?php $arrayStatus = array('1','2','3'); ?>
<td><strong><?= in_array($res->STD_STATUS_ID,$arrayStatus) ? '-':'1' ?></strong></td>
<td><strong><?= $res->GPA ? $res->GPA:'0.00'; ?></strong></td>
<td><strong><?= $res->GPAX ? $res->GPAX:'0.00'; ?></strong></td>
<td><strong><?= $res->NUM_CREDIT ? $res->NUM_CREDIT:'0'; ?></strong></td>
<td><strong><?= $res->ACC_CREDIT ? $res->ACC_CREDIT:'0'; ?></strong></td>
<td><strong><?= $res->DEFORM_ID ? $res->DEFORM_ID:'00'; ?></strong></td>
<td><strong><?= $res->DEFORMCARD_ID ? $res->DEFORMCARD_ID:''; ?></strong></td>
<td><strong><?= $res->DEFORMCARD_STARTDATE ? $res->DEFORMCARD_STARTDATE:'0000-00-00'; ?></strong></td>
<td><strong><?= $res->DEFORMCARD_ENDDATE ? $res->DEFORMCARD_ENDDATE:'0000-00-00'; ?></strong></td>
<td><strong><?= $res->FUND_STATUS_ID ? $res->FUND_STATUS_ID:'0'; ?></strong></td>
<td><strong><?= $res->FUND_NAME ? $res->FUND_NAME:'-';?></strong></td>
<td><strong><?= $res->TALENT ? $res->TALENT:'00'; ?></strong></td>
<td><strong><?= $res->FAT_CITIZEN_ID ? $res->FAT_CITIZEN_ID:'-'; ?></strong></td>
<td><strong><?= $res->FAT_STATUS_ID ? $res->FAT_STATUS_ID:'9'; ?></strong></td>
<td><strong><?= $res->FAT_REVENUE_ID ? $res->FAT_REVENUE_ID:'90'; ?></strong></td>
<td><strong><?= '00'?></strong></td>
<td><strong><?= $res->MOT_CITIZEN_ID ? $res->MOT_CITIZEN_ID:'-' ?></strong></td>
<td><strong><?= $res->MOT_STATUS_ID ? $res->MOT_STATUS_ID:'9'; ?></strong></td>
<td><strong><?= $res->MOT_REVENUE_ID ? $res->MOT_REVENUE_ID:'90'; ?></strong></td>
<td><strong><?='00'?></strong></td>
<td><strong><?= $res->PASSPORT_NUMBER ? $res->PASSPORT_NUMBER:'-'; ?></strong></td>
<td><strong><?= $res->PASSPORT_STARTDATE ? $res->PASSPORT_STARTDATE:'0000-00-00'; ?></strong></td>
<td><strong><?= $res->PASSPORT_ENDDATE ? $res->PASSPORT_ENDDATE:'0000-00-00'; ?></strong></td>
</tr>
<?php
}
?>
</table>
</div>
<script>
window.onbeforeunload = function(){return false;};
setTimeout(function(){window.close();}, 10000);
</script>
</body>
</html>
|