0) { $stat="สถิติ $db[kd_score] $db[kp_unit]"; } else { $stat=''; } $no="$db[kd_id] / 2556"; $search = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '0'); $replace = array('๑', '๒', '๓', '๔', '๕','๖', '๗', '๘', '๙', '๐'); $no=str_replace($search,$replace,$no); $act=str_replace($search,$replace,$act); $stat=str_replace($search,$replace,$stat); require('thaipdfclass.php'); $pdf=new ThaiPDF(); $pdf->SetThaiFont(); $pdf->AddFont('tfont','','irisb.php'); $pdf->AddPage(); $pdf->Ln(2); //$pdf->Image('bg.jpg',1,1,296,209); /* col,row,width,height */ $pdf->SetTextColor(128,0,128); $pdf->SetFont('tfont','',18); $pdf->Ln(1); $pdf->Cell(280,0,"เกียรติบัตรเลขที่: อบจ.ศก.-$no",0,0,'R'); $pdf->SetTextColor(0,0,128); $pdf->SetFont('tfont','',50); $pdf->Ln(59); $pdf->Cell(0,0,'องค์การบริหารส่วนจังหวัดศรีสะเกษ',0,0,'C'); $pdf->Ln(12); $pdf->SetFont('tfont','',22); $pdf->Cell(0,0,'เกียรติบัตรฉบับนี้ให้ไว้เพื่อแสดงว่า',0,0,'C'); $pdf->Ln(12); $pdf->SetTextColor(128,0,64); $pdf->SetFont('tfont','',34); $pdf->Cell(0,0,"$std_name",0,0,'C'); $pdf->Ln(12); $pdf->SetFont('tfont','',28); $pdf->Cell(0,0,"$sch",0,0,'C'); $pdf->Ln(10); $pdf->SetFont('tfont','',26); $pdf->Cell(0,0,"$award การแข่งขัน$act $stat",0,0,'C'); $pdf->Ln(10); $pdf->SetTextColor(0,0,128); $pdf->SetFont('tfont','',30); $pdf->Cell(0,0,'การแข่งขันกีฬานักเรียนองค์การบริหารส่วนจังหวัดศรีสะเกษ ครั้งที่ ๖ ประจำปี ๒๕๕๖',0,0,'C'); $pdf->Ln(10); $pdf->SetFont('tfont','',26); $pdf->Cell(0,0,'ระหว่างวันที่ ๑๖ - ๒๐ สิงหาคม พ.ศ. ๒๕๕๖ ณ สนามกีฬากลางจังหวัดศรีสะเกษ',0,0,'C'); $pdf->Ln(10); $pdf->Cell(0,0,'ขอให้รักษาเกียรติคุณ ความดีและประสบแต่ความสุขสิริสวัสดิ์สืบไป ',0,0,'C'); $pdf->Ln(12); $pdf->Cell(0,0,'ให้ไว้ ณ วันที่ ๒๐ สิงหาคม พุทธศักราช ๒๕๕๖',0,0,'C'); $pdf->Image('wichit.jpg',133,165,35,13); $pdf->Ln(22); $pdf->SetFont('tfont','',20); $pdf->Cell(0,0,'(นายวิชิต ไตรสรณกุล)',0,0,'C'); $pdf->Ln(6); $pdf->SetFont('tfont','',16); $pdf->Cell(0,0,'นายกองค์การบริหารส่วนจังหวัดศรีสะเกษ',0,0,'C'); $pdf->Output(); ?>