Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > ขอความช่วยเหลือเกี่ยวกับ mpdf ด้วยครับ ดึงรูปจาก db แบบ blob แต่รูปไม่ขึ้นครับ



 

ขอความช่วยเหลือเกี่ยวกับ mpdf ด้วยครับ ดึงรูปจาก db แบบ blob แต่รูปไม่ขึ้นครับ

 



Topic : 131508



โพสกระทู้ ( 35 )
บทความ ( 0 )



สถานะออฟไลน์




คือผมใช้ mpdf ในการทำ report แต่ปัญหาติดตรงที่ query พาธรูปภาพมาจาก db แล้ว รูปไม่โชว์ครับ โค้ดตัวอย่างบางส่วนครับ
Code (PHP)
<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"];
		?>
		<tr>
			<td width="291" align="center"><span style="font-size:16pt; font-weight:bold;">บิลการจองชุดโต๊ะจีน</span></td>
		</tr>
		<tr>
			<td align="left"><img src="<?=$result2['sLogo']?>" /></td>
		</tr>


sLogo ใน mysql จะเป็นประมาณนี้ครับ img/658112580.png



Tag : PHP, MySQL, PDF









ประวัติการแก้ไข
2018-07-15 21:01:08
Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2018-07-15 20:54:11 By : Addyklub View : 1401 Reply : 7
 

 

No. 1



โพสกระทู้ ( 4,756 )
บทความ ( 8 )



สถานะออฟไลน์


path ไม่ตรง ก็ไม่โชว์






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2018-07-15 22:29:50 By : mr.v
 


 

No. 2



โพสกระทู้ ( 35 )
บทความ ( 0 )



สถานะออฟไลน์


ตอบความคิดเห็นที่ : 1 เขียนโดย : mr.v เมื่อวันที่ 2018-07-15 22:29:50
รายละเอียดของการตอบ ::
ผมเอาโค้ดนี้ไปแปะหน้าต่างหากภาพขึ้นนะครับ

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2018-07-16 08:11:42 By : Addyklub
 

 

No. 3



โพสกระทู้ ( 1,994 )
บทความ ( 10 )



สถานะออฟไลน์
Facebook Blogger

ลองคลิกขวาที่ <img แล้วเลือกเมนู ตรวจสอบองค์ประกอบ หรือ inspect element ดูครับ
ไม่มีคำสั่ง echo น่าจะไม่มีข้อมูลนะครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2018-07-16 10:26:10 By : {Cyberman}
 


 

No. 4



โพสกระทู้ ( 421 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook

ลองดูครับ
Code (PHP)
$part = "/img/";// part ให้ถูกครับ
echo $part.$img;


เพิ่มเติมครับ
https://www.thaicreate.com/free-web-script/php-upload-file-mysql-blob-binary.html


ประวัติการแก้ไข
2018-07-16 14:48:52
2018-07-16 14:51:50
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2018-07-16 14:43:33 By : nobetaking
 


 

No. 5



โพสกระทู้ ( 35 )
บทความ ( 0 )



สถานะออฟไลน์


ไม่ขึ้นเลยครับ ผมลองใส่ 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
 


 

No. 6



โพสกระทู้ ( 4,756 )
บทความ ( 8 )



สถานะออฟไลน์


https://mpdf.github.io/reference/mpdf-functions/setbasepath.html
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2018-07-16 20:14:31 By : mr.v
 


 

No. 7

Guest


เพราะ แบบ blob หรือเปล่า ใครเขายังเก็บรูปภาพแบบนั้น
อีกอย่าง ใช้ .png ไม่น่าจะได้นะ หรือเปล่า
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2018-07-17 09:41:04 By : 123
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ขอความช่วยเหลือเกี่ยวกับ mpdf ด้วยครับ ดึงรูปจาก db แบบ blob แต่รูปไม่ขึ้นครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 02
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่