|
|
|
mpdf มีปัญหาการส่ง Output สามารถแสดงข้อมูล html ได้ปกติ แต่ใน mpdf ข้อมูลไม่แสดงค่ะ |
|
|
|
|
|
|
|
Code (PHP)
<?php
ob_start();
require ('DBcon.php');
require_once('mpdf/mpdf.php');
include('datetime.php');
include('fulldate2.php');
?>
<!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">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
</head>
<body>
<div class=Section2>
<?php
$date_start = '2015-10-01'; /*$_GET["startdate"];*/
$date_end = '2015-10-28'; /*$_GET["enddate"];*/
$strSQL = "SELECT
tb_request.Stokout_date,
tb_equipment.Eq_name,
tb_rqdetail.Rq_quantity1,
tb_unit.Unit_name,
tb_staf.staf_name,
tb_staf.staf_last,
tb_preface.preface_subject,
tb_status.status_id,
tb_rqdetail.note_disapp
FROM
tb_request
INNER JOIN tb_rqdetail ON tb_rqdetail.Req_id = tb_request.Req_id
INNER JOIN tb_equipment ON tb_rqdetail.Eq_id = tb_equipment.Eq_id
INNER JOIN tb_staf ON tb_request.staf_id = tb_staf.staf_id
INNER JOIN tb_unit ON tb_equipment.Unit_id = tb_unit.Unit_id
INNER JOIN tb_preface ON tb_request.preface_id = tb_preface.preface_id
INNER JOIN tb_prefix ON tb_staf.prefix_id = tb_prefix.prefix_id
INNER JOIN tb_status ON tb_rqdetail.status_id = tb_status.status_id
WHERE
(tb_request.Stokout_date BETWEEN '".$date_start."' AND '".$date_end."') AND
tb_rqdetail.status_id = '12'
ORDER BY
tb_request.Stokout_date ASC";
$objQuery = mysql_query($strSQL) or die (mysql_error());
$objResult = mysql_fetch_array($objQuery);
$num_rows = mysql_num_rows($objQuery);
?>
<table width="800" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td align="left" rowspan="5" width="50">
<img src="img/PRANAKORN_LOGO.jpg" width="74" height="134">
</td>
</tr>
<tr>
<td width="291" align="left"><span class="style2"> </span></td>
</tr>
<tr>
<td width="291" align="left"><span class="style2"> </span></td>
</tr>
<tr>
<td width="291" align="left"><span class="style2"><h2>รายงานการจ่ายวัสดุ</h2></span></td>
</tr>
<tr>
<td height="27" align="left"><span class="style2"><h3>คณะบริหารธุรกิจ มหาวิทยาลัยเทคโนโลยีราชมงคลพระนคร </h3></span></td>
</tr>
<tr>
<td></td>
<td height="30" align="left"><span class="style2">ตั้งแต่วันที่ <? echo fulldate($date_start) .' ถึงวันที่ '.fulldate($date_end)?></span></td>
</tr>
</table>
<table width="200" border="0" align="center">
<tbody>
<tr>
<td align="center"> </td>
</tr>
</tbody>
</table>
<table bordercolor="#424242" width="1141" height="78" border="1" align="center" cellpadding="0" cellspacing="0" class="style3">
<tr align="center">
<td width="60" align="center" ><strong>วันที่เบิก</strong></td>
<td width="178" align="center" ><strong>ชื่อวัสดุ</strong></td>
<td width="123" align="center" ><strong>จำนวน</strong></td>
<td width="155" align="center" ><strong>หน่วยนับ</strong></td>
<td width="139" align="center" ><strong>ผู้เบิก</strong></td>
<td width="139" align="center" ><strong>คำสั่ง</strong></td>
</tr>
<?
do
{
$item = $item + 1;
if($item > 7)
{
$pdf = new mPDF('th', 'A4-L', '0', 'THSarabun');
$pdf->AddPage();
$item = 0;
$i = 0;
?>
<table width="800" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td align="left" rowspan="5" width="50">
<img src="img/PRANAKORN_LOGO.jpg" width="74" height="134">
</td>
</tr>
<tr>
<td width="291" align="left"><span class="style2"> </span></td>
</tr>
<tr>
<td width="291" align="left"><span class="style2"> </span></td>
</tr>
<tr>
<td width="291" align="left"><span class="style2"><h2>รายงานการจ่ายวัสดุ</h2></span></td>
</tr>
<tr>
<td height="27" align="left"><span class="style2"><h3>คณะบริหารธุรกิจ มหาวิทยาลัยเทคโนโลยีราชมงคลพระนคร </h3></span></td>
</tr>
<tr>
<td></td>
<td height="30" align="left"><span class="style2">ตั้งแต่วันที่ <? echo fulldate($date_start) .' ถึงวันที่ '.fulldate($date_end)?></span></td>
</tr>
</table>
<table bordercolor="#424242" width="1141" height="78" border="1" align="center" cellpadding="0" cellspacing="0" class="style3">
<tr align="center">
<td width="60" align="center" ><strong>วันที่เบิก</strong></td>
<td width="178" align="center" ><strong>ชื่อวัสดุ</strong></td>
<td width="123" align="center" ><strong>จำนวน</strong></td>
<td width="155" align="center" ><strong>หน่วยนับ</strong></td>
<td width="139" align="center" ><strong>ผู้เบิก</strong></td>
<td width="139" align="center" ><strong>คำสั่ง</strong></td>
</tr>
</table>
<?
}
$i = $i+14;
?>
<table bordercolor="#424242" width="1141" height="78" border="1" align="center" cellpadding="0" cellspacing="0" class="style3">
<tr align="center">
<td width="60" align="center" ><? echo $objResult['Stokout_date']; ?></td>
<td width="178" align="left" ><? echo $objResult['Eq_name']; ?></td>
<td width="123" align="center" ><? echo $objResult['Rq_quantity1']; ?></td>
<td width="155" align="center" ><? echo $objResult['Unit_name']; ?></td>
<td width="139" align="left" ><? echo $objResult['staf_name'].' '.$objResult['staf_last']; ?></td>
<td width="139" align="left" ><? echo $objResult['preface_subject']; ?></td>
</tr>
</table>
<?
}while($objResult = mysql_fetch_array($objQuery));
?>
</div>
</body>
</html>
<?php
ini_set('memory_limit', '60M');
ini_set('max_execution_time', '60');
$html = ob_get_contents(); //เก็บค่า html ไว้ใน $html
ob_end_clean();
$pdf->SetAutoFont();
$pdf->SetDisplayMode('fullpage');
$pdf->WriteHTML($html, 2);
$pdf->Output();
?>
Output ที่ได้ จะเห็นว่าข้อมูลไม่แสดงออกมา
แสดงผลรูปแบบ html แบ่งหน้าได้ถูกต้อง และมีข้อมูลปกติค่ะ
Tag : PHP
|
|
|
|
|
|
Date :
2015-11-01 21:53:42 |
By :
nadthasin |
View :
1241 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดัน ๆ
|
|
|
|
|
Date :
2015-11-03 15:27:46 |
By :
nadthasin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เจอปัญหาเดียวกันเลยค่ะ ไม่ทราบว่าแก้ไขยังไงคะ
|
|
|
|
|
Date :
2016-03-01 15:33:14 |
By :
pum374 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|