<?php ob_start(); session_start(); include("../Connect_DB.php"); include("../functions.php"); require_once('../mpdf/mpdf.php'); $datebegin = showdate($_GET['datebegin']); $dateend = showdate($_GET['dateend']); $zone = $_GET['zone']; $position = $_GET['position']; if(isset($_GET['zone'])) { $sel_mainten = "select * from tblmaintenance where Date_M between '$datebegin' and '$dateend' && Status_M = 'success' && Zone = '$zone' order by MID"; } else if(isset($_GET['position'])) { $sel_mainten = "select * from tblmaintenance where Date_M between '$datebegin' and '$dateend' && Status_M = 'success' && Position = '$position' order by MID"; } else { $sel_mainten = "select * from tblmaintenance where Date_M between '$datebegin' and '$dateend' && Status_M = 'success' order by MID"; } $query_mainten = mysql_query($sel_mainten); //echo $sel_mainten; ?> <script type="text/javascript"> function printTable(tableprint) { var printContents = document.getElementById(tableprint).innerHTML; var originalContents = document.body.innerHTML; document.body.innerHTML = printContents; window.print(); document.body.innerHTML = originalContents; } </script> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> import url("csstable.css"); .rr { font-size: 24px; } .r { font-size: 24px; } </style> </head> <style type="text/css"> page { margin:0; } </style> <body> <div id="print_table"> <table width="900" border="0" align="center" cellpadding="0" cellspacing="10"> <tr> <td width="100%" align="center"><img src="../icon/13932234_1224194180933836_1398164320_o_2.png" width="800" height="200" /></td> </tr> <tr> <td align="center" class="r">รายงานการบำรุงรักษา</td> </tr> </table> <div class="datagrid"> <table> <tr><thead> <td bgcolor="#F3C598">ลำดับที่</td> <td bgcolor="#F3C598">โซน</td> <td bgcolor="#F3C598">ตำแหน่ง</td> <td bgcolor="#F3C598">ผู้รับผิดชอบ</td> <td bgcolor="#F3C598">วันที่บำรุง</td> <td bgcolor="#F3C598">รายละเอียด</td> </tr> <?php $n=1; while($reportmainten = mysql_fetch_array($query_mainten)) { $emid = $reportmainten['EMID']; $sql_selemp = "select * from tblemployee where EMID = '$emid'"; $query_emp = mysql_query($sql_selemp); $selemp = mysql_fetch_array($query_emp); $nameemp = $selemp['Name']." ".$selemp['Lastname']; ?> <tr> <td align="center"><?php echo $n; ?></td> <td align="center"><?php echo $reportmainten['Zone']; ?></td> <td align="center"><?php echo $reportmainten['Position']; ?></td> <td align="center"><?php echo $nameemp; ?></td> <td align="center"><?php echo showdaterevthai($reportmainten['Date_M']); ?></td> <td align="center"><?php echo $reportmainten['Remark']; ?></td> </tr> <? $n++; } ?> </thead></table></div> </div> <!--<p align="center"><input class="btn" name="btnPrint" type="button" id="btnPrint" value="Print" onClick="printTable('print_table');" /> <input class="btn" name="btnback" type="button" id="btnback" value="Back" onClick="window.location = 'Admin_maintenance_Report.php'" /></p>--> </body> </html> <?Php $html = ob_get_contents(); ob_end_clean(); $pdf = new mPDF('th', 'A4', '0', ''); //การตั้งค่ากระดาษถ้าต้องการแนวตั้ง ก็ A4 เฉยๆครับ ถ้าต้องการแนวนอนเท่ากับ A4-L $pdf->SetAutoFont(); $pdf->SetDisplayMode('fullpage'); $pdf->WriteHTML($html, 2); $pdf->Output(); //$pdf->Output("../pdf/Report_Maintenance.pdf"); ?> <input class="btn" name="btnPrint" type="button" id="btnPrint" value="Print" onClick="window.location = '../pdf/Report_Maintenance.pdf'" />
$id = $_GET['id'];
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง