สอบถามผู้รู้ถึงการใช้ PHP IF ELSE Function ใน เอกสาร PDF หน่อยครับ
ประกาศไว้ที่ไหนก็ได้ แต่..ต้องประกาศก่อนเรียกใช้
Date :
2013-11-18 13:31:41
By :
mangkunzo
ต้องประกาศก่อนเรียกใช้ PHP ในการเรียกข้อมูลขึ้นมาแสดงสินะครับ แล้วเรื่อง Function ทำไมผมถึงใช้ได้แค่ตัวเดียวอะครับ
Date :
2013-11-18 13:46:28
By :
โอ๊ก
สรุปง่ายๆ คือ เขียนผิด เอาโค๊ดมาให้พี่ๆ เค้าดูให้ครับ
Date :
2013-11-18 13:51:11
By :
PlaKriM
require("fpdf.php");
class PDF extends FPDF {
function SetThaiFont() { \\นี่ function แรก
$this->AddFont('AngsanaNew','','angsa.php');
$this->AddFont('AngsanaNew','B','angsab.php');
$this->AddFont('AngsanaNew','I','angsai.php');
$this->AddFont('AngsanaNew','IB','angsaz.php');
$this->AddFont('CordiaNew','','cordia.php');
$this->AddFont('CordiaNew','B','cordiab.php');
$this->AddFont('CordiaNew','I','cordiai.php');
$this->AddFont('CordiaNew','IB','cordiaz.php');
$this->AddFont('Tahoma','','tahoma.php');
$this->AddFont('Tahoma','B','tahomab.php');
$this->AddFont('BrowalliaNew','','browa.php');
$this->AddFont('BrowalliaNew','B','browab.php');
$this->AddFont('BrowalliaNew','I','browai.php');
$this->AddFont('BrowalliaNew','IB','browaz.php');
$this->AddFont('KoHmu','','kohmu.php');
$this->AddFont('KoHmu2','','kohmu2.php');
$this->AddFont('KoHmu3','','kohmu3.php');
$this->AddFont('MicrosoftSansSerif','','micross.php');
$this->AddFont('PLE_Cara','','plecara.php');
$this->AddFont('PLE_Care','','plecare.php');
$this->AddFont('PLE_Care','B','plecareb.php');
$this->AddFont('PLE_Joy','','plejoy.php');
$this->AddFont('PLE_Tom','','pletom.php');
$this->AddFont('PLE_Tom','B','pletomb.php');
$this->AddFont('PLE_TomOutline','','pletomo.php');
$this->AddFont('PLE_TomWide','','pletomw.php');
$this->AddFont('DilleniaUPC','','dill.php');
$this->AddFont('DilleniaUPC','B','dillb.php');
$this->AddFont('DilleniaUPC','I','dilli.php');
$this->AddFont('DilleniaUPC','IB','dillz.php');
$this->AddFont('EucrosiaUPC','','eucro.php');
$this->AddFont('EucrosiaUPC','B','eucrob.php');
$this->AddFont('EucrosiaUPC','I','eucroi.php');
$this->AddFont('EucrosiaUPC','IB','eucroz.php');
$this->AddFont('FreesiaUPC','','free.php');
$this->AddFont('FreesiaUPC','B','freeb.php');
$this->AddFont('FreesiaUPC','I','freei.php');
$this->AddFont('FreesiaUPC','IB','freez.php');
$this->AddFont('IrisUPC','','iris.php');
$this->AddFont('IrisUPC','B','irisb.php');
$this->AddFont('IrisUPC','I','irisi.php');
$this->AddFont('IrisUPC','IB','irisz.php');
$this->AddFont('JasmineUPC','','jasm.php');
$this->AddFont('JasmineUPC','B','jasmb.php');
$this->AddFont('JasmineUPC','I','jasmi.php');
$this->AddFont('JasmineUPC','IB','jasmz.php');
$this->AddFont('KodchiangUPC','','kodc.php');
$this->AddFont('KodchiangUPC','B','kodc.php');
$this->AddFont('KodchiangUPC','I','kodci.php');
$this->AddFont('KodchiangUPC','IB','kodcz.php');
$this->AddFont('LilyUPC','','lily.php');
$this->AddFont('LilyUPC','B','lilyb.php');
$this->AddFont('LilyUPC','I','lilyi.php');
$this->AddFont('LilyUPC','IB','lilyz.php');
}
function conv($string) {
return iconv('UTF-8', 'TIS-620', $string);
}
}
function DateThai($strDate){ \\นี่ function สอง หลังจากเอา function เปลี่ยนวันที่เป็นภาษาไทยมาใส่ใน PDF ต่อจากข้างบน แล้วมัน EROR อะครับมันประกาศแค่ตัวนี้ตัวเดียว หรือสับตำแหน่งกันด้านล่างนี้ก็ไม่ทำงานเช่นกัน
:
:
:
}
Date :
2013-11-18 15:50:16
By :
โอ๊ก
บทความ fpdf หาดีดีจาก google จะเจอเว็บคนไทย มีสอนอยู่ 20 บท (ถ้าจำไม่ผิด) อ่านหมดยัง ถ้ายังไปหาอ่านก่อนครับ เชื่อกัน
ต.ย.
FPDF บทที่ 10 ภาษาไทย
ประวัติการแก้ไข 2013-11-18 17:19:59
Date :
2013-11-18 17:18:29
By :
apisitp
ดูวงเล็บดีๆ ครับ
Date :
2013-11-18 17:28:40
By :
PlaKriM
Load balance : Server 05