0) { $stat="สถิติ $db[kd_score] $db[kp_unit]"; } else { $stat=''; } $no="$db[kd_id] / 2557"; $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('fpdfl.php'); define('FPDF_FONTPATH','font/'); $pdf=new FPDF(); $pdf->AddFont('tfont','','kodcb.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(60); $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','',36); $pdf->Cell(0,0,"โรงเรียน$name",0,0,'C'); $pdf->Ln(12); $pdf->SetFont('tfont','',28); $pdf->Cell(0,0,"$award",0,0,'C'); $pdf->Ln(10); $pdf->SetFont('tfont','',26); $pdf->Cell(0,0,"การแข่งขัน$act $stat",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_yellow.jpg',133,158,35,13); $pdf->Ln(24); $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(); $pdf->Output("pdf/MyPDF.pdf","I"); ?>