|
|
|
ขอความช่วยเหลือเกี่ยวกับ mpdf ด้วยครับ ดึงรูปจาก db แบบ blob แต่รูปไม่ขึ้นครับ |
|
|
|
|
|
|
|
path ไม่ตรง ก็ไม่โชว์
|
|
|
|
|
Date :
2018-07-15 22:29:50 |
By :
mr.v |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองคลิกขวาที่ <img แล้วเลือกเมนู ตรวจสอบองค์ประกอบ หรือ inspect element ดูครับ
ไม่มีคำสั่ง echo น่าจะไม่มีข้อมูลนะครับ
|
|
|
|
|
Date :
2018-07-16 10:26:10 |
By :
{Cyberman} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ขึ้นเลยครับ ผมลองใส่ part (img/658112580.png) ตรงๆรูปก็ไม่ขึ้นครับ แต่ลองในไฟล์ test.php ที่ไม่ได้ใส่โค้ด mpdf รูปขึ้นนะครับ
โค้ดทั้งหมดครับ มืดแปดด้านเลยครับตอนนี้
Code (PHP)
<?php
include ("connect.php");
require_once('mpdf/mpdf.php');
@session_start();
if(!isset($_SESSION['username'])){
echo "<meta http-equiv='refresh' content='0;url=index.php'>";
}else if($_GET['id']==""){
echo "<meta http-equiv='refresh' content='0;url=index.php'>";
}
ob_start();
?>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<!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>
<title></title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
</head>
<body>
<table width="1141" border="0" align="center" cellpadding="0" cellspacing ="0">
<?php
$sqli2 = "select * from shop_info";
$sqlQuery2 = mysqli_query($connect,$sqli2);
$result2 = mysqli_fetch_array($sqlQuery2);
$img = $result2["sLogo"];
$part = "/img/";
?>
<tr>
<td width="291" align="center"><span style="font-size:16pt; font-weight:bold;">บิลการจองชุดโต๊ะจีน</span></td>
</tr>
<tr>
<td align="left"><img src="img/658112580.png" /></td>
</tr>
<tr>
<td height="27" align="left"><span style="font-size:10pt; font-weight:bold;">บ้านเลขที่ 52 หมู่ที่ 11 ตำบลขวัญเมือง อำเภอเสลภูมิ จังหวัดร้อยเอ็ด 45120</span></td>
</tr>
<tr>
<td height="27" align="left"><span style="font-size:10pt; font-weight:bold;">โทรศัพท์ : 0-4355-0216 , 08-1471-4029 </span></td>
</tr>
<tr>
<td><hr width ="100%"></hr></td><!-- เส้นคั่น -->
</tr>
<?php
$sqli = "select * from member , booking , chinese_set , chinese_set_detail , food_items
where member.mID = booking.mID
and booking.cs_ID = chinese_set.cs_ID
and chinese_set.cs_ID = chinese_set_detail.cs_ID
and chinese_set_detail.fi_ID = food_items.fi_ID
and booking.bID = '".$_GET['id']."' ";
$result = mysqli_query($connect,$sqli);
$i=1;
while ($data = mysqli_fetch_array($result)){
if($data['bStatus_booking'] == 1 && $i==1){
?>
<tr>
<td height="27" align="left"><span style="font-size:10pt; font-weight:bold;">วันที่บันทึกการจอง: <?php echo $data["bDmy_booking"]; ?> </span></td>
</tr>
<tr>
<td height="27" align="left"><span style="font-size:10pt; font-weight:bold;">ชื่อลูกค้า: <?php echo $data["mFirstname"]. " " . $data["mLastname"]; ?> </span></td>
</tr>
<tr>
<td height="27" align="left"><span style="font-size:10pt; font-weight:bold;">สถานที่จัดงาน: <?php echo $data["bLocation_work"]; ?> </span></td>
</tr>
<tr>
<td height="27" align="left"><span style="font-size:10pt; font-weight:bold;">จำนวนโต๊ะ: <?php echo $data["bReal_set"]; ?> </span></td>
</tr>
<tr>
<td height="27" align="left"><span style="font-size:10pt; font-weight:bold;">จำนวนโต๊ะสำรอง: <?php echo $data["bStore_set"]; ?> </span></td>
</tr>
<tr>
<td height="27" align="left"><span style="font-size:10pt; font-weight:bold;">วันที่ที่จัดงาน: <?php echo $data["bDmy_start"]; ?> </span></td>
</tr>
<tr>
<td height="27" align="left"><span style="font-size:10pt; font-weight:bold;">เวลาเริ่มงาน: <?php echo $data["bTime_start"]; ?> </span></td>
</tr>
<?php $i++;}
} ?>
</table>
<table bordercolor="#424242" width="1141" height="78" border="1" align="center" cellpadding="0" cellspacing="0" style="font-size:14pt;">
<tr align="center">
<td width="44" height="23" align="center" bgcolor="#D5D5D5"><srong>ลำดับ</strong></td>
<td width="802" align="center" bgcolor="#D5D5D5"><srong>รายการ</strong></td>
<td width="114" align="center" bgcolor="#D5D5D5"><srong>จำนวน</strong></td>
<td width="161" align="center" bgcolor="#D5D5D5"><srong>จำนวนเงิน (฿)</strong></td>
</tr>
<?php
$sqli = "select * from member , booking , chinese_set , chinese_set_detail , food_items
where member.mID = booking.mID
and booking.cs_ID = chinese_set.cs_ID
and chinese_set.cs_ID = chinese_set_detail.cs_ID
and chinese_set_detail.fi_ID = food_items.fi_ID
and booking.bID = '".$_GET['id']."'";
$result = mysqli_query($connect,$sqli);
$i=1;
while ($data = mysqli_fetch_array($result)){
if($data['bStatus_booking'] == 1 && $i==1){
?>
<?php
if($data["bStatus_booking"]==1){ ?>
<tr>
<td height="22" align="center"><?php echo $i; ?> </td>
<td height="22" align="left">ชุดโต๊ะจีน <?php echo $data["csPrice"]; ?> </td>
<td height="22" align="center"><?php echo $data["bReal_set"]; ?> </td>
<td height="22" align="right"><?php echo $data["bSum_set"]; ?> </td>
</tr>
<tr>
<td></td>
<td align="center">รายละเอียดภายในชุด</td>
<td></td>
<td></td>
</tr>
<?php $i++; } ?>
<?php
}
}
?>
<?php
$sqli = "select * from member , booking , chinese_set , chinese_set_detail , food_items
where member.mID = booking.mID
and booking.cs_ID = chinese_set.cs_ID
and chinese_set.cs_ID = chinese_set_detail.cs_ID
and chinese_set_detail.fi_ID = food_items.fi_ID
and booking.bID = '".$_GET['id']."'";
$result = mysqli_query($connect,$sqli);
$i=1;
while ($data = mysqli_fetch_array($result)){
if($data['bStatus_booking'] == 1 && $i==1){
?>
<?php
if($data["bStatus_booking"]==1){ ?>
<tr>
<td></td>
<td align="left"><?php echo $data["fiName"]; ?></td>
<td></td>
<td></td>
</tr>
<?php }
}
} ?>
<?php
$sqli = "select * from member , booking , chinese_set , chinese_set_detail , food_items
where member.mID = booking.mID
and booking.cs_ID = chinese_set.cs_ID
and chinese_set.cs_ID = chinese_set_detail.cs_ID
and chinese_set_detail.fi_ID = food_items.fi_ID
and booking.bID = '".$_GET['id']."'";
$result = mysqli_query($connect,$sqli);
$i=1;
while ($data = mysqli_fetch_array($result)){
if($data['bStatus_booking'] == 1 && $i==1){
?>
<?php
if($data["bStatus_booking"]==1&&$i==1){ ?>
<tr>
<td></td>
<td align = "right" style="font-weight:bold;">รวมเงินทั้งสิ้น</td>
<td></td>
<td align = "right" style="font-weight:bold;"><?php echo $data["bSum_set"]; ?></td>
</tr>
<?php $i++; }
}
} ?>
</table>
</body>
</html>
<?php
$html = ob_get_contents();
ob_end_clean();
$pdf = new mPDF('th','A4','0','');
#$pdf -> SetAutoFont();
$pdf -> SetDisplayMode('fullpage');
$pdf ->WriteHTML($html,2);
$pdf -> Output();
?>
|
ประวัติการแก้ไข 2018-07-16 15:16:49
|
|
|
|
Date :
2018-07-16 15:15:43 |
By :
Addyklub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เพราะ แบบ blob หรือเปล่า ใครเขายังเก็บรูปภาพแบบนั้น
อีกอย่าง ใช้ .png ไม่น่าจะได้นะ หรือเปล่า
|
|
|
|
|
Date :
2018-07-17 09:41:04 |
By :
123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|