|
|
|
PHP Mysql Export PDF ได้เมื่อดึงข้อมูลมาแสดง ข้อความเลื่อนคับ |
|
|
|
|
|
|
|
ผม เขียน php ดึงข้อมูลมาแสดงแล้ว export เป็น pdf แต่ ข้อความมันเลื่อนคับ ตัวอย่างนะคับ
ชื่อผู้ใช้ระบบ : รหัสผู้ใช้ระบบ :
สถานะการใช้งาน : รหัสบ้าน :
สถานภาพ : คำนำหน้า :
ชื่อ : นามสกุล :
เลขประจำตัวประชาชน : เพศ :
บ้านเลขที่ : หมู่ที่ :
ตำบล : อำเภอ :
จังหวัด : สัญชาต
แต่พอดึงค่ามา ตำแหน่งที่เคยตั้งไว้ มั่วหมดเลย
Code
<html>
<head>
<title>ThaiCreate.Com PHP PDF</title>
</head>
<body>
<?php
$id=$_GET['id'];
//include("include/include.client.php");
include("include/include.default.php");
$sql_connect="select * FROM people_tb where id='$id' ORDER BY id ASC" ;
$dbquery_connect=mysql_db_query($dbasename,$sql_connect);
$num_row=mysql_num_rows($dbquery_connect);
for($i=0;$i<$num_row;$i++){
$show=mysql_fetch_assoc($dbquery_connect);
}
?>
<?php
require('fpdf/fpdf.php');
define('FPDF_FONTPATH','fpdf/font/'); // ใส่หรือมไม่ก็ได้
$pdf=new FPDF();
$pdf->AddPage();
$pdf->AddFont('angsa','','angsa.php');
$pdf->Image('image/show.png',20,25,30,30,'','www.regisdb.com');
$pdf->SetFont('angsa','',25);
$pdf->Cell(150,60,iconv('UTF-8','TIS-620','( รายละเอียดของ : )'.$show['keyword'] .$show['name'] .$show['lname'] ),0,1,"C");
$pdf->SetFont('angsa','',17);
$pdf->Cell(116,40,iconv('UTF-8','TIS-620','ชื่อ : '.$show['name']),0,1,"C");
$pdf->Cell(258,-40,iconv('UTF-8','TIS-620','นามสกุล : '.$show['lname']),0,1,"C");
$pdf->Cell(83,56,iconv('UTF-8','TIS-620','เลขประจำตัวประชาชน : '.$show['myid']),0,1,"C");
$pdf->Cell(266,-56,iconv('UTF-8','TIS-620','เพศ : '.$show['sex']),0,1,"C");
$pdf->Cell(105,72,iconv('UTF-8','TIS-620','บ้านเลขที่ : '.$show['homeno']),0,1,"C");
$pdf->Cell(264,-72,iconv('UTF-8','TIS-620','หมู่ที่ : '.$show['village']),0,1,"C");
$pdf->Cell(110,88,iconv('UTF-8','TIS-620','ตำบล : '.$show['thambon']),0,1,"C");
$pdf->Cell(261,-88,iconv('UTF-8','TIS-620','อำเภอ : '.$show['amphur']),0,1,"C");
$pdf->Cell(109,104,iconv('UTF-8','TIS-620','จังหวัด : '.$show['province']),0,1,"C");
$pdf->Cell(259,-104,iconv('UTF-8','TIS-620','สัญชาติ : '.$show['nation']),0,1,"C");
$pdf->Output("pdf/print.pdf","F");
?>
PDF Created Click <a href="pdf/print.pdf?id=<?=$show['id'];?>">here</a> to Download
</body>
</html>
Tag : PHP, MySQL, HTML/CSS, Ajax, jQuery, CakePHP
|
|
|
|
|
|
Date :
2013-09-16 09:20:58 |
By :
djrocky |
View :
1245 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ต้องนั่งค่อย ๆ ปรับครับ
|
|
|
|
|
Date :
2013-09-16 10:17:28 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คับ พอมีชื่ออื่นๆ ที่ยาวๆ คิดว่ามันก้อคงเลื่อนอีกนะคับ
|
|
|
|
|
Date :
2013-09-16 10:24:43 |
By :
djrocky |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วความกว้างของตารางกำหนดยังงัยคับ
|
|
|
|
|
Date :
2013-09-16 11:43:36 |
By :
djrocky |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|