php mysql คิวรี่ข้อมูลจาก ตารางหลัก ตารางย่อย มันไม่แสดงค้ะ.
ยังไม่ได้
ประวัติการแก้ไข 2013-05-11 15:02:04
Date :
2013-05-11 14:47:21
By :
lookpla26
ลองตัวอย่าง นี้ดูครับ
Code (PHP)
$strSQL = "SELECT a.po_id,a.date_order,c.brand_name FROM po_mas as a inner join po_detail as b on a.po_id = b.po_id ";
$strSQL .= "left outer join brand as c on a.brand = c.brand_id ";
$strSQL .= "WHERE a.po_id = '".$_GET["po_id"]."' ";
$objQuery = mysql_query($strSQL);
นอกเหนือจาก Table po_mas และ po_detail ให้ใช้ left outer join เอาครับ
Date :
2013-05-11 15:01:52
By :
thep
ยังไม่ได้อ้ะค้ะ
Date :
2013-05-11 15:16:47
By :
lookpla26
ตอบความคิดเห็นที่ : 2 เขียนโดย : thep เมื่อวันที่ 2013-05-11 15:01:52
รายละเอียดของการตอบ ::
เห็นด้วยครับ
แต่ผมขอเสนออีกหนึ่งแนวการเขียน คือเขียนชี้เฉพาะไปเลย
mysql_query ("SELCET po_mas.brand,
po_mas.date_order,
po_mas.po_id,
po_detail.po_id,
po_detail.machine_id,
po_detail.chassis_id,
po_detail.brand,
po_detail.class,
po_detail.type
FROM po_detail , po_mas
WHERE po_mas.po_id = po_detail.po_id,
AND po_detail.po_id = '".$_GET["po_id"]."'
") or die(mysql_error());
อาจจะเขียนยาวหน่อยแต่ผมว่าน่าจะตอบปัญหาการ คิวรี่ข้อมูลส่วนนี้ได้นะครับ
1. เราระบุ เจาะจงตัวที่จะเรียกโชว์ชัดเจน
2. เงื่อนไขเราแค่ เทียบเอา PK ของ 2 ตารางให้ตรงกันและก็ให้ตรงกับ $_GET ที่เรารับมา
ผิดพลาดยังไงขออภัย ผมมือใหม่เหมือนกัน
แก้ไขเพิ่มเติม ส่วนของชื่อฟิวด้วยนะครับ ผมเขียนตาม ที่ให้มา ลองนำไปประยุกต์ดูครับ
ประวัติการแก้ไข 2013-05-11 15:21:00 2013-05-11 15:22:01
Date :
2013-05-11 15:18:00
By :
miccoli
ตอนนี้โค้ดรันใน phpMyadmin ออกน้ะค้ะ แต่พอพิมพ์รายงานมันไม่แสดงข้อมูลเลยค่ะ
<?php
require('fpdf.php');
define('FPDF_FONTPATH','font/');
class PDF extends FPDF
{
//Load data
function LoadData($file)
{
//Read file lines
$lines=file($file);
$data=array();
foreach($lines as $line)
$data[]=explode(';',chop($line));
return $data;
}
function Header()
{
$this->Image('image/logo.jpg',10,6,30);
$this->AddFont('cordiab','','cordiab.php');
$this->SetFont('cordiab','',18);
$this->Cell(0,10,iconv('UTF-8','TIS-620','บจก. ตั้งใจกลการพัฒนา (ศูนย์ซ่อมบำรุง)'),0,1,'C');
$this->Cell(0,10,iconv('UTF-8','TIS-620','เลขที่ 62/49 ถ.วังตอ ต.ทับเที่ยง อ.เมือง จ.ตรัง 92000'),0,1,'C');
$this->Cell(0,10,iconv('UTF-8','TIS-620','โทรศัพท์ : 081-111-2233'),0,1,'C');
$this->Cell(0,10,iconv('UTF-8','TIS-620','ใบสั่งซื้อรถ'),0,1,'C');
// Line break
$this->Ln(10);
}
function Footer()
{
$this->SetLineWidth(0.5);
include("time.php");
$this->AddFont('cordia','B','cordia.php');
$this->SetFont('cordia','B',12);
//นับจากขอบกระดาษด้านล่างขึ้นมา 15 มม.
$this->SetY(-15);
$this->Cell(0,0,iconv( 'UTF-8','TIS-620',''),1,0,"C");
//นับจากขอบกระดาษด้านล่างขึ้นมา 10 มม.
$this->SetY(-38);
$this->Cell(80,0,iconv( 'UTF-8','TIS-620','__________________________________'),0,1,"C");
$this->Cell(190,0,iconv( 'UTF-8','TIS-620','__________________________________'),0,1,"C");
$this->Cell(300,0,iconv( 'UTF-8','TIS-620','__________________________________'),0,1,"C");
//นับจากขอบกระดาษด้านล่างขึ้นมา 10 มม.
$this->SetY(-30);
$this->Cell(300,0,iconv( 'UTF-8','TIS-620','ผู้อนุมัติ'),0,1,"C");
$this->Cell(190,0,iconv( 'UTF-8','TIS-620','คู่ค้า'),0,1,"C");
$this->Cell(80,0,iconv( 'UTF-8','TIS-620','ฝ่ายจัดซื้อ'),0,1,"C");
$this->SetY(-15);
$this->Ln(5);
//พิมพ์วัน-เวลา ตรงมุมขวาล่าง
$this->Cell(0,0,iconv( 'UTF-8','TIS-620','By... ศูนย์ซ่อมตั้งใจกลการ'),0,0,"L");
$this->Cell(0,0,iconv( 'UTF-8','TIS-620','วันเวลาที่ี่พิมพ์ : '.date("$d-$m-$y $t")),0,1,"R");
}
//Better table
function table1($header,$data)
{
$this->SetMargins(10,60,10 );
$this->AddFont('cordia','B','cordia.php');
$this->SetFont('cordia','B',13);
//$this->Cell(30,10,iconv('UTF-8','TIS-620','บจก. ตั้งใจกลการพัฒนา (ศูนย์ซ่อมบำรุง)'),0,0,'C');
$this->SetFont('');
$this->Ln();
$this->Ln();
//Column widths
$w=array(10,35,35,20,45,20,20);
//Header
for($i=0;$i<count($header);$i++)
$this->Cell($w[$i],10,iconv('UTF-8','TIS-620',$header[$i]),1,0,'C');
$this->Ln();
//Data
$rang = 1;
foreach ($data as $eachdata)
{
$this->Cell(10,9,iconv('UTF-8','TIS-620',$rang++.'.'),1,0,'C');
$this->Cell(35,9,iconv('UTF-8','TIS-620',$eachdata["machine_id"]),1,0,'LR');
$this->Cell(35,9,iconv('UTF-8','TIS-620',$eachdata["chassis_id"]),1,0,'LR');
$this->Cell(20,9,iconv('UTF-8','TIS-620',$eachdata["brand_name"]),1,0,'LR');
$this->Cell(45,9,iconv('UTF-8','TIS-620',$eachdata["type_name"]),1,0,'LR');
$this->Cell(20,9,iconv('UTF-8','TIS-620',$eachdata["color_name"]),1,0,'LR');
$this->Cell(20,9,iconv('UTF-8','TIS-620',number_format($eachdata["buy"])),1,0,'LR');
$this->Ln();
}
}
}//end class
//เรียกใช้งาน เราจะเรียกใช้คลาสใหม่ของเราแทน
$pdf=new PDF();
$pdf->AliasNbPages();//จำนวนหน้าทั้งหมด
//Column titles
$header=array ('ลำดับ','เลขเครื่อง','เลขถัง','ยี่ห้อ','รุ่น','สี','ราคาซื้อ (บาท)');
//Data loading
//*** Load MySQL Data ***//
$objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database");
$objDB = mysql_select_db("motor");
$strSQL = "select a.po_id,a.date_order ,a.branch,b.machine_id,b.chassis_id,b.brand,b.type,b.color,b.buy FROM po_mas a ,po_detail b
WHERE a.po_id = b.po_id AND b.po_id = '".$_GET["po_id"]."' ";
$objQuery = mysql_query($strSQL);
$resultData = array();
for ($i=0;$i<mysql_num_rows($objQuery);$i++) {
$result = mysql_fetch_array($objQuery);
array_push($resultData,$result);
}
//*** Table 1 ***//
$pdf->AddPage();
$pdf->AddFont('cordia','','cordia.php');
$pdf->AddFont('cordia','','cordia.php');
$pdf->SetFont('cordia','',15);
$pdf->Ln(25);//ระยะจากบนขอบกระดาษ
$pdf->Cell( 280 , -10 , iconv( 'UTF-8','cp874' , 'กำหนดส่งรถ :' ) , 0 , 1,'C' );
$pdf->Cell( 283 , -10 , iconv( 'UTF-8','cp874' , 'วันที่สั่งซื้อ :' ) , 0 , 1 ,'C' );
$pdf->Cell( 290 , -10 , iconv( 'UTF-8','cp874' , 'เลขที่ :' ) , 0 , 1,'C' );
$pdf->Ln(30);
$pdf->Cell( 0 , -10, iconv( 'UTF-8','cp874' , $date_order ) , 0 , 1,'R' );
$pdf->Cell( 0 , -10 , iconv( 'UTF-8','cp874' , $date_order ) , 0 , 1,'R' );
$pdf->Cell( 0 , -10 , iconv( 'UTF-8','cp874' , $po_id ) , 0 , 1,'R' );
$pdf->Ln(30);
$pdf->Cell( 70 , -10 , iconv( 'UTF-8','cp874' , 'เบอร์โทร :' ) , 0, 1 , 'L' );
$pdf->Cell( 70 , -10 , iconv( 'UTF-8','cp874' , 'ที่อยู่ :' ) , 0, 1 , 'L' );
$pdf->Cell( 70 , -10 , iconv( 'UTF-8','cp874' , 'รับรถจากสาขา :') , 0, 1 , 'L' );
$pdf->Ln(30);
$pdf->Cell( 80 , -10, iconv( 'UTF-8','cp874' , $name ) , 0 , 1,'C' );
$pdf->Cell( 80 , -10, iconv( 'UTF-8','cp874' , $address ) , 0 , 1,'C' );
$pdf->Cell( 120 , -10, iconv( 'UTF-8','cp874' , $branch ) , 0 , 1,'C' );
$pdf->Ln(10);//ระยะจากบนขอบกระดาษ
$pdf->AddFont('cordia','','cordia.php');
$pdf->SetFont('cordia','',13);
$pdf->Cell(10,13);
$pdf->table1($header,$resultData);
$pdf->Output("report_po.pdf","F");
?>
Date :
2013-05-11 15:46:11
By :
lookpla26
คิวรี่ อยู่ที่บรรทัด 114 อ้ะค้ะ
ยังเหมือนเดิมซ.................
ประวัติการแก้ไข 2013-05-11 16:06:56
Date :
2013-05-11 15:46:43
By :
lookpla26
Load balance : Server 00