คือว่า ต้องการวนลูปนำข้อความมาแสดง แล้วก็เขียน SET NAMES กำกับแล้ว มันก็ยังไม่ออกมาเป็นภาษาไทย
รบกวนผู้รู้ช่วยตอบชี้แนะหน่อยนะคะ
$code=$_GET['Code'];
mysql_query("SET NAMES utf8");
$result_detail=mysql_query("Select * from sale_cash_detail Where MasterCode=$code Order by ID");
$rsdetail_row=mysql_num_rows($result_detail);
if ($rsdetail_row<24) {
for ($i=0;$i<25-$rsdetail_row;$i++){
$pdf->cell(10);
$pdf->cell(175,5,'',2,1);
}
}
พอออกมาเป็น pdf มันเป็นภาษา ยึกยือ อ่ะ ไม่ทราบว่าต้องเขียนแบบไหนถึงจะให้ออกมาเป็นภาษาไทยได้อะคะ รบกวนด้วยนะคะ
Warning: Cannot modify header information - headers already sent by (output started at D:\AppServ\www\office\modules\worksale\salecash\rptsalecash.php:4) in D:\AppServ\www\office\modules\worksale\salecash\fpdf.php on line 1017
FPDF error: Some data has already been output, can't send PDF file