|
|
|
เขียนโค้ด php ให้ไฟล์ pdf ทำยังงัยค่ะ ช่วยตอบด้วยค่ะ ขอบคุณล่วงหน้า |
|
|
|
|
|
|
|
ให้เป็นไฟล์ pdf
|
|
|
|
|
Date :
2011-06-09 21:47:49 |
By :
RUSY |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
//Header
$w=array(30,30,55,25,20,20);
//Header
for($i=0;$i<count($header);$i++)
$this->Cell($w[$i],7,$header[$i],1,0,'C');
$this->Ln();
//Data
foreach ($data as $eachResult)
{
$this->Cell(30,6,$eachResult["CustomerID"],1);
$this->Cell(30,6,$eachResult["Name"],1);
$this->Cell(55,6,$eachResult["Email"],1);
$this->Cell(25,6,$eachResult["CountryCode"],1,0,'C');
$this->Cell(20,6,$eachResult["Budget"],1);
$this->Cell(20,6,$eachResult["Budget"],1);
$this->Ln();
}
Go to : PHP PDF - MySQL Export to PDF
|
|
|
|
|
Date :
2011-06-09 22:25:05 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณค่ะ
|
|
|
|
|
Date :
2011-06-09 22:36:58 |
By :
RUSY |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าต้องการทำแบบประเมินด้วย php แล้วบันทึกเป็น pdf ยังงัยอ่ะค่ะ
|
|
|
|
|
Date :
2011-06-09 22:42:20 |
By :
RUSY |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|